C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Parameters for computing initial centroids for K-Means algorithm. More...
DistributedStep2LocalPlusPlusParameter | ( | size_t | _nClusters, |
bool | bFirstIteration | ||
) |
Main constructor
Constructs parameters of the algorithm that computes initial centroids for K-Means algorithm by copying another parameters object
[in] | other | Parameters of K-Means algorithm |
bool firstIteration |
True if step2 is called for the first time
bool outputForStep5Required |
True if the last iteration of parallelPlus algorithm processing is performed
For more complete information about compiler optimizations, see our Optimization Notice.