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

List of all members

Provides methods for Xavier initializer computations in the batch processing mode. More...

Class Constructor

XavierBatch ( DaalContext  context,
XavierBatch  other 
)

Constructs Xavier initializer by copying input objects and parameters of another Xavier initializer

Parameters
contextContext to manage the Xavier initializer
otherAn initializer to be used as the source to initialize the input objects and parameters of this initializer
XavierBatch ( DaalContext  context,
Class<?extends Number >  cls,
XavierMethod  method 
)

Constructs the Xavier initializer

Parameters
contextContext to manage the initializer
clsData type to use in intermediate computations for the initializer, Double.class or Float.class
methodThe initializer computation method, XavierMethod

Detailed Description

References

Member Function Documentation

XavierBatch clone ( DaalContext  context)

Returns the newly allocated Xavier initializer with a copy of input objects and parameters of this Xavier initializer

Parameters
contextContext to manage the initializer
Returns
The newly allocated Xavier initializer
Result compute ( )

Computes the result of the Xavier initializer

Returns
Xavier initializer result

Member Data Documentation

XavierMethod method

Computation method for the initializer

XavierParameter parameter

XavierParameters of the Xavier initializer


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

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