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

Classes | Variables

Classes

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  Distributed< step, algorithmFPType, method >
 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...
 

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...
 

Variable Documentation

class DAAL_EXPORT DistributedContainer

Template Parameters
algorithmFPTypeData type to use in intermediate computations of K-Means, double or float
methodComputation method of the algorithm, daal::algorithms::kmeans::Method

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