Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Computation methods for the neural networks model based prediction. More...
PredictionMethod | ( | int | value | ) |
Constructs the method object using the provided value
value | Value corresponding to the method object |
Static Public Attributes | |
static final PredictionMethod | defaultDense = new PredictionMethod(defaultMethodValue) |
static final PredictionMethod | feedforwardDense = new PredictionMethod(feedforwardMethodValue) |
int getValue | ( | ) |
Returns the value corresponding to the method object
|
static |
Feedforward Neural Networks
|
static |
Feedforward Neural Networks
For more complete information about compiler optimizations, see our Optimization Notice.