Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

List of all members

Computes the radial basis function (RBF) kernel in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the RBF algorithm by copying input objects and parameters of another RBF algorithm

Parameters
contextContext to manage the RBF
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
Batch ( DaalContext  context,
Class<?extends Number >  cls,
Method  method 
)

Constructs the RBF algorithm

Parameters
contextContext to manage the RBF
clsData type to use in intermediate computations of the RBF, Double.class or Float.class
methodLinear kernel function computation method, Method
Batch ( DaalContext  context,
Class<?extends Number >  cls 
)

Constructs the RBF algorithm with default method

Parameters
contextContext to manage the linear kernel function
clsData type to use in intermediate computations of the linear kernel function, Double.class or Float.class

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated RBF algorithm with a copy of input objects and parameters of this RBF algorithm

Parameters
contextContext to manage the RBF
Returns
The newly allocated algorithm
Result compute ( )

Computes the RBF

Returns
Structure that contains the computed RBF
void setResult ( Result  result)

Registers user-allocated memory to store the results of computation of the RBF

Parameters
resultStructure to store results of computation of the RBF

Member Data Documentation

Input input

Input data

Method method

Computation method for the algorithm

Parameter parameter

Parameters of the algorithm


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

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