Batch Processing¶
Algorithm Input¶
The correlation and variance-covariance matrices algorithm accepts
the input described below. Pass the Input ID
as a parameter to the
methods that provide input for your algorithm.
Input ID |
Input |
---|---|
|
Pointer to the \(n \times p\) numeric table for which the variance-covariance or
correlation matrix \(C\) is computed. While the input for |
Algorithm Parameters¶
The correlation and variance-covariance matrices algorithm has the following parameters:
Parameter |
Default Value |
Description |
---|---|---|
|
|
The floating-point type that the algorithm uses for intermediate computations. Can be |
|
|
Available methods for computation of correlation and variance-covariance matrices: For CPU:
For GPU:
|
|
|
The type of the output matrix. Can be:
|
Algorithm Output¶
The correlation and variance-covariance matrices algorithm calculates
the result described below. Pass the Result ID
as a parameter to the
methods that access the results of your algorithm.
Result ID |
Result |
---|---|
|
Use when outputMatrixType=covarianceMatrix. Pointer to the numeric table with the \(p \times p\) variance-covariance matrix. Note By default, this result is an object of the |
|
Use when outputMatrixType=correlationMatrix. Pointer to the numeric table with the \(p \times p\) correlation matrix. Note By default, this result is an object of the |
|
Pointer to the \(1 \times p\) numeric table with means. Note By default, this result is an object of the |
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |