C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Classes
daal::algorithms::kmeans::interface1 Namespace Reference

Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.

Classes

class  BatchContainer
 Provides methods to run implementations of K-Means algorithm. This class is associated with the daal::algorithms::kmeans::Batch class and supports the method of K-Means computation in the batch processing mode. More...
 
class  Batch
 Computes the results of K-Means algorithm in the batch processing mode. More...
 
class  DistributedContainer
 Provides methods to run implementations of K-Means algorithm. This class is associated with the daal::algorithms::kmeans::Distributed class and supports the method of K-Means computation in the distributed processing mode. More...
 
class  DistributedContainer< step1Local, algorithmFPType, method, cpu >
 Class containing computation methods for K-Means algorithm in the first step of the distributed processing mode. More...
 
class  DistributedContainer< step2Master, algorithmFPType, method, cpu >
 Class containing computation methods for K-Means algorithm in the second step of the distributed processing mode. More...
 
class  Distributed
 Computes the results of K-Means algorithm in the distributed processing mode. More...
 
class  Distributed< step1Local, algorithmFPType, method >
 Computes the results of K-Means algorithm in the first step of the distributed processing mode. More...
 
class  Distributed< step2Master, algorithmFPType, method >
 Computes the results of K-Means algorithm in the second step of the distributed processing mode. More...
 
struct  Parameter
 Parameters for K-Means algorithm. More...
 
class  InputIface
 Interface for input objects for K-Means algorithm in the batch and distributed processing modes. More...
 
class  Input
 Input objects 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 of K-Means algorithm in the batch processing mode. More...
 
class  DistributedStep2MasterInput
 Input objects for K-Means algorithm in the distributed processing mode More...
 

For more complete information about compiler optimizations, see our Optimization Notice.