Visible to Intel only — GUID: GUID-7D6B4754-1A57-4555-9D72-A98B4054A978
Visible to Intel only — GUID: GUID-7D6B4754-1A57-4555-9D72-A98B4054A978
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 |
---|---|
data |
Pointer to the |
Algorithm Parameters
The correlation and variance-covariance matrices algorithm has the following parameters:
Parameter |
Default Value |
Description |
---|---|---|
algorithmFPType |
float |
The floating-point type that the algorithm uses for intermediate computations. Can be float or double. |
method |
defaultDense |
Available methods for computation of correlation and variance-covariance matrices: For CPU:
For GPU:
|
outputMatrixType |
covarianceMatrix |
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 |
---|---|
covariance |
Use when outputMatrixType=covarianceMatrix. Pointer to the numeric table with the
NOTE:
By default, this result is an object of the HomogenNumericTable class, but you can define the result as an object of any class derived from NumericTable except PackedTriangularMatrix and CSRNumericTable.
|
correlation |
Use when outputMatrixType=correlationMatrix. Pointer to the numeric table with the
NOTE:
By default, this result is an object of the HomogenNumericTable class, but you can define the result as an object of any class derived from NumericTable except PackedTriangularMatrix and CSRNumericTable.
|
mean |
Pointer to the
NOTE:
By default, this result is an object of the HomogenNumericTable class, but you can define the result as an object of any class derived from NumericTable except PackedTriangularMatrix, PackedSymmetricMatrix, and CSRNumericTable.
|
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |