C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

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

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

Classes

class  Batch
 Computes the results of the K-Means algorithm in the batch processing mode. More...
 
class  BatchContainer
 Provides methods to run implementations of the 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  Distributed
 Computes the results of the K-Means algorithm in the distributed processing mode. More...
 
class  Distributed< step1Local, algorithmFPType, method >
 Computes the results of the K-Means algorithm in the first step of the distributed processing mode. More...
 
class  Distributed< step2Master, algorithmFPType, method >
 Computes the results of the K-Means algorithm in the second step of the distributed processing mode. More...
 
class  DistributedContainer< step1Local, algorithmFPType, method, cpu >
 Class containing computation methods for the K-Means algorithm in the first step of the distributed processing mode. More...
 
class  DistributedContainer< step2Master, algorithmFPType, method, cpu >
 Class containing computation methods for the K-Means algorithm in the second step of the distributed processing mode. More...
 
class  DistributedStep2MasterInput
 Input objects for the K-Means algorithm in the distributed processing mode More...
 
class  Input
 Input objects for the K-Means algorithm More...
 
class  InputIface
 Interface for input objects for the the K-Means algorithm in the batch and distributed processing modes. More...
 
struct  Parameter
 Parameters for the K-Means algorithm. More...
 
class  PartialResult
 Partial results obtained with the compute() method of the K-Means algorithm in the batch processing mode. More...
 
class  Result
 Results obtained with the compute() method of the K-Means algorithm in the batch processing mode. More...
 

Variables

template<ComputeStep step, typename algorithmFPType , Method method, CpuType cpu>
class DAAL_EXPORT DistributedContainer
 Provides methods to run implementations of the 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...
 

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