Batch Processing¶
Algorithm Input¶
The low order moments 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 \times p\) to compute moments for. While the input for |
Algorithm Parameters¶
The low order moments algorithm has the following parameters:
Parameter |
Default Valude |
Description |
---|---|---|
|
|
The floating-point type that the algorithm uses for intermediate computations. Can be |
|
|
Available methods for computation of low order moments: For CPU:
For GPU:
|
|
|
Estimates to be computed by the algorithm:
|
Algorithm Output¶
The low order moments 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.
Note
Each result is a pointer to the \(1 \times p\) numeric table that contains characteristics for each feature in the data set.
By default, the tables are objects of the HomogenNumericTable
class, but you can define each table as an object of any class
derived from NumericTable
except PackedSymmetricMatrix
, PackedTriangularMatrix
, and CSRNumericTable
.
Result ID |
Characteristic |
---|---|
|
Minimums |
|
Maximums |
|
Sums |
|
Sums of squares |
|
Sums of squared differences from the means |
|
Estimates for the means |
|
Estimates for the second order raw moments |
|
Estimates for the variances |
|
Estimates for the standard deviations |
|
Estimates for the variations |
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |