Visible to Intel only — GUID: GUID-E81A1B49-3EC2-4029-B526-A6A6A4A732BA
Visible to Intel only — GUID: GUID-E81A1B49-3EC2-4029-B526-A6A6A4A732BA
Moments of Low Order
Moments are basic quantitative measures of data set characteristics such as location and dispersion. oneDAL computes the following low order characteristics:
minimums/maximums
sums
means
sums of squares
sums of squared differences from the means
second order raw moments
variances
standard deviations
variations
Details
Given a set X of n feature vectors
Statistic |
Definition |
---|---|
Minimum |
|
Maximum |
|
Sum |
|
Sum of squares |
|
Means |
|
Second order raw moment |
|
Sum of squared difference from the means |
|
Variance |
|
Standard deviation |
|
Variation coefficient |
Computation
The following computation modes are available:
Examples
C++ (CPU)
Batch Processing:
Online Processing:
Distributed Processing:
Java*
Batch Processing:
Online Processing:
Distributed Processing:
Python* with DPC++ support
Batch Processing:
Online Processing:
Python*
Batch Processing:
Online Processing:
Distributed Processing: