Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

Static Public Attributes | List of all members
DataUseInModelId Class Reference

The option to enable/disable an usage of the input dataset in k nearest neighbors model. More...

Class Constructor

DataUseInModelId ( int  value)

Constructs the input data usage mode object identifier using the provided value

Parameters
valueValue corresponding to the input data usage mode object identifier

Static Public Attributes

static final DataUseInModelId doNotUse = new DataUseInModelId(doNotUseId)
 
static final DataUseInModelId doUse = new DataUseInModelId(doUseId)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the input data usage mode object identifier

Returns
Value corresponding to the input data usage mode object identifier

Member Data Documentation

final DataUseInModelId doNotUse = new DataUseInModelId(doNotUseId)
static

The input data and labels will not be the component of the trained kNN model

final DataUseInModelId doUse = new DataUseInModelId(doUseId)
static

The input data and labels will be the component of the trained kNN model


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

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