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

Static Public Attributes | List of all members
Method Class Reference

Available methods of the K-Means algorithm. More...

Class Constructor

◆ Method()

Method ( int  value)

Constructs the method object using the provided value

Parameters
valueValue 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)
 

Detailed Description

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the value corresponding to the method object

Returns
Value corresponding to the method object

Member Data Documentation

◆ defaultDense

final Method defaultDense = new Method(lloydDenseValue)
static

Default: performance-oriented method, synonym of lloydDense

◆ lloydCSR

final Method lloydCSR = new Method(lloydCSRValue)
static

Method for sparse data in the CSR format

◆ lloydDense

final Method lloydDense = new Method(lloydDenseValue)
static

Default: performance-oriented method, synonym of defaultDense


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

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