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

List of all members
Parameter Class Reference

Class that specifies parameters of the neural network layer. More...

Class Constructor

Parameter ( DaalContext  context)

Constructs the parameter of the neural network layer

Parameters
contextContext to manage the parameter of the neural network layer

Detailed Description

Member Function Documentation

boolean getPredictionStage ( )

Gets the flag specifying whether the layer is used for the prediction stage or not

boolean getWeightsAndBiasesInitializationFlag ( )

Gets the flag that specifies whether the weights and biases are initialized or not.

void setBiasesInitializer ( InitializerIface  biasesInitializer)

Sets the layer biases initializer

Parameters
biasesInitializerLayer biases initializer
void setPredictionStage ( boolean  predictionStage)

Sets the flag specifying whether the layer is used for the prediction stage or not

Parameters
predictionStageFlag specifying whether the layer is used for the prediction stage or not
void setWeightsAndBiasesInitializationFlag ( boolean  weightsAndBiasesInitialized)

Sets the flag that specifies whether the weights and biases are initialized or not.

Parameters
weightsAndBiasesInitializedFlag that specifies whether the weights and biases are initialized or not.
void setWeightsInitializer ( InitializerIface  weightsInitializer)

Sets the layer weights initializer

Parameters
weightsInitializerLayer weights initializer

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

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