C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
Classes | |
struct | Parameter |
Base classes parameters for computing initial centroids for K-Means algorithm. More... | |
class | InputIface |
Interface for K-Means initialization batch and distributed Input classes. More... | |
class | Input |
Input objects for computing initial centroids for K-Means algorithm More... | |
class | PartialResult |
Partial results obtained with the compute() method of K-Means algorithm in the batch processing mode. More... | |
class | Result |
Results obtained with the compute() method that computes initial centroids for K-Means algorithm in the batch processing mode. More... | |
class | DistributedStep2MasterInput |
Input objects for computing initials clusters for K-Means algorithm in the second step of the distributed processing mode More... | |
struct | DistributedStep2LocalPlusPlusParameter |
Parameters for computing initial centroids for K-Means algorithm. More... | |
class | DistributedStep2LocalPlusPlusInput |
Interface for K-Means initialization distributed Input classes used with plusPlus and parallelPlus methods only on the 2nd step on a local node. More... | |
class | DistributedStep3MasterPlusPlusInput |
Interface for K-Means distributed Input classes used with plusPlus and parallelPlus methods only on the 3rd step on a master node. More... | |
class | DistributedStep4LocalPlusPlusInput |
Interface for K-Means distributed Input classes used with plusPlus and parallelPlus methods only on the 4th step on a local node. More... | |
class | DistributedStep5MasterPlusPlusInput |
Interface for K-Means distributed Input classes. More... | |
class | DistributedStep2LocalPlusPlusPartialResult |
Partial results obtained with the compute() method of K-Means algorithm in the distributed processing mode. More... | |
class | DistributedStep3MasterPlusPlusPartialResult |
Partial results obtained with the compute() method of K-Means algorithm in the distributed processing mode. More... | |
class | DistributedStep4LocalPlusPlusPartialResult |
Partial results obtained with the compute() method of K-Means algorithm in the distributed processing mode. More... | |
class | DistributedStep5MasterPlusPlusPartialResult |
Partial results obtained with the compute() method of K-Means algorithm in the distributed processing mode. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.