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

Classes
Distributed

Classes

class  DistributedContainer< step, algorithmFPType, method, cpu >
 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< step, algorithmFPType, method >
 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...
 

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