Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Available distance types for the K-Means algorithm. More...
DistanceType | ( | int | value | ) |
Constructs the distance type object using the provided value
value | Value corresponding to the distance type object |
Static Public Attributes | |
static final DistanceType | euclidean = new DistanceType(euclideanValue) |
int getValue | ( | ) |
Returns the value corresponding to the distance type object
|
static |
Euclidean distance
For more complete information about compiler optimizations, see our Optimization Notice.