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

Static Public Attributes | List of all members
PredictionMethod Class Reference

Computation methods for the neural networks model based prediction. More...

Class Constructor

PredictionMethod ( int  value)

Constructs the method object using the provided value

Parameters
valueValue corresponding to the method object

Static Public Attributes

static final PredictionMethod defaultDense = new PredictionMethod(defaultMethodValue)
 
static final PredictionMethod feedforwardDense = new PredictionMethod(feedforwardMethodValue)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the method object

Returns
Value corresponding to the method object

Member Data Documentation

final PredictionMethod defaultDense = new PredictionMethod(defaultMethodValue)
static

Feedforward Neural Networks

final PredictionMethod feedforwardDense = new PredictionMethod(feedforwardMethodValue)
static

Feedforward Neural Networks


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

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