Distributed Processing#
This mode assumes that the data set is split into nblocks blocks across computation nodes.
Algorithm Parameters#
The correlation and variance-covariance matrices algorithm in the distributed processing mode has the following parameters:
Parameter |
Default Valude |
Description |
|---|---|---|
|
Not applicable |
The parameter required to initialize the algorithm. Can be:
|
|
|
The floating-point type that the algorithm uses for intermediate computations. Can be |
|
|
Available methods for computation of low order moments:
|
|
|
The type of the output matrix. Can be:
|
Computation of correlation and variance-covariance matrices follows the general schema described in Algorithms:
Step 1 - on Local Nodes#
In this step, 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.
For more details, see Algorithms.
Input ID |
Input |
|---|---|
|
Pointer to the numeric table of size \(n_i \times p\) that represents the \(i\)-th data block on the local node. While the input for |
In this step, the correlation and variance-covariance matrices algorithm calculates the results described below.
Pass the Result ID as a parameter to the methods that access the results of your algorithm.
For more details, see Algorithms.
Result ID |
Result |
|---|---|
|
Pointer to the \(1 \times 1\) numeric table that contains the number of observations processed so far on the local node. Note By default, this result is an object of the |
|
Pointer to \(p \times p\) numeric table with the cross-product matrix computed so far on the local node. Note By default, this table is an object of the |
|
Pointer to \(1 \times p\) numeric table with partial sums computed so far on the local node. Note By default, this table is an object of the |
Step 2 - on Master Node#
In this step, 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.
For more details, see Algorithms.
Input ID |
Input |
|---|---|
|
A collection that contains results computed in Step 1 on local nodes ( Note The collection can contain objects of any class derived from the |
In this step, the correlation and variance-covariance matrices algorithm calculates the results described in the following table.
Pass the Result ID as a parameter to the methods that access the results of your algorithm.
For more details, see Algorithms.
Result ID |
Result |
|---|---|
|
Use when Note By default, this result is an object of the |
|
Use when 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 |