Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Available methods of the K-Means algorithm. More...
Method | ( | int | value | ) |
Constructs the method object using the provided value
value | Value corresponding to the method object |
Static Public Attributes | |
static final Method | defaultDense = new Method(lloydDenseValue) |
static final Method | lloydDense = new Method(lloydDenseValue) |
static final Method | lloydCSR = new Method(lloydCSRValue) |
int getValue | ( | ) |
Returns the value corresponding to the method object
Default: performance-oriented method, synonym of lloydDense
Default: performance-oriented method, synonym of defaultDense
For more complete information about compiler optimizations, see our Optimization Notice.