Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

Static Public Attributes | List of all members
DistanceType Class Reference

Available distance types for the K-Means algorithm. More...

Class Constructor

DistanceType ( int  value)

Constructs the distance type object using the provided value

Parameters
valueValue corresponding to the distance type object

Static Public Attributes

static final DistanceType euclidean = new DistanceType(euclideanValue)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the distance type object

Returns
Value corresponding to the distance type object

Member Data Documentation

final DistanceType euclidean = new DistanceType(euclideanValue)
static

Euclidean distance


The documentation for this class was generated from the following file:

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