C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
Classes | |
class | BatchContainerIface |
Class that specifies interfaces of implementations of the low order moments algorithm. More... | |
class | BatchContainer |
Provides methods to run implementations of the low order moments algorithm. This class is associated with daal::algorithms::low_order_moments::Batch class. More... | |
class | BatchImpl |
Abstract class that specifies interface of the algorithms for computing moments of low order in the batch processing mode. More... | |
class | Batch |
Computes moments of low order in the batch processing mode. More... | |
class | DistributedContainer |
Provides methods to run implementations of the low order moments algorithm in the distributed processing mode. This class is associated with daal::algorithms::low_order_moments::Distributed class. More... | |
class | DistributedContainer< step2Master, algorithmFPType, method, cpu > |
Provides methods to run implementations of the second step of the low order moments algorithm in the distributed processing mode. This class is associated with daal::algorithms::low_order_moments::Distributed class. More... | |
class | Distributed |
Computes moments of low order in the distributed processing mode. More... | |
class | Distributed< step1Local, algorithmFPType, method > |
Computes the result of the first step of the moments of low order algorithm in the distributed processing mode. More... | |
class | Distributed< step2Master, algorithmFPType, method > |
Computes the result of the second step of the moments of low order algorithm in the distributed processing mode. More... | |
class | OnlineContainer |
Provides methods to run implementations of the low order moments algorithm. This class is associated with daal::algorithms::low_order_moments::Online class. More... | |
class | Online |
Computes moments of low order in the online processing mode. More... | |
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 |
Input objects for the low order moments algorithm in the distributed processing mode on master node. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.