C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains classes for computing the results of the low order moments algorithm. More...
References | |
Batch | |
Distributed | |
Online | |
Namespaces | |
daal::algorithms::low_order_moments | |
Contains classes for computing the results of the low order moments algorithm. | |
daal::algorithms::low_order_moments::interface1 | |
Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface. | |
Classes | |
class | InputIface |
Abstract class that specifies interface of the input objects for the low order moments algorithm. More... | |
class | Input |
Input objects for the low order moments algorithm More... | |
class | PartialResult |
Provides methods to access partial results obtained with the compute() method of the low order moments algorithm in the online or distributed processing mode. More... | |
struct | Parameter |
Low order moments algorithm parameters. More... | |
class | Result |
Provides methods to access final results obtained with the compute() method of the low order moments algorithm in the batch processing mode ; or finalizeCompute() method of algorithm in the online or distributed processing mode. More... | |
class | DistributedInput< step > |
Input objects for the low order moments algorithm in the distributed processing mode on master node. More... | |
Enumerations | |
enum | Method { defaultDense = 0, singlePassDense = 1, sumDense = 2, fastCSR = 3, singlePassCSR = 4, sumCSR = 5 } |
enum | EstimatesToCompute { estimatesAll, estimatesMinMax, estimatesMeanVariance } |
enum | InputId { data } |
enum | ResultId { minimum, maximum, sum, sumSquares, sumSquaresCentered, mean, secondOrderRawMoment, variance, standardDeviation, variation } |
enum | PartialResultId { nObservations, partialMinimum, partialMaximum, partialSum, partialSumSquares, partialSumSquaresCentered } |
enum | MasterInputId { partialResults } |
Available identifiers of input objects for the low order moments algorithm on the master node. More... | |
enum EstimatesToCompute |
enum InputId |
enum Method |
Available computation methods for the low order moments algorithm
enum PartialResultId |
Available identifiers of partial results of the low order moments algorithm
enum ResultId |
Available identifiers of the results of the low order moments algorithm
For more complete information about compiler optimizations, see our Optimization Notice.