C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Parameters for computing initial centroids for the K-Means algorithm of the batch mode. More...
Constructs parameters of the algorithm that computes initial centroids for the K-Means algorithm by copying another parameters object
[in] | other | Parameters of the K-Means algorithm |
size_t nTrials |
Kmeans++ only. The number of trials to generate all clusters but the first initial cluster. See section (5) of [1]
For more complete information about compiler optimizations, see our Optimization Notice.