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

List of all members

Runs the PCA algorithm in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the PCA algorithm in the batch processing mode by copying input objects and parameters of another PCA algorithm

Parameters
contextContext to manage the PCA algorithm
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 PCA algorithm in the batch processing mode

Parameters
contextContext to manage the PCA algorithm
clsData type to use in intermediate computations for the PCA algorithm, Double.class or Float.class
methodPCA computation method, Method

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated PCA algorithm in the batch processing mode with a copy of input objects and parameters of this PCA algorithm

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

Runs the PCA algorithm in the batch processing mode

Returns
Results of the PCA algorithm in the batch processing mode
void setResult ( Result  result)

Registers user-allocated memory to store the results of the PCA algorithm in the batch processing mode

Parameters
resultStructure for storing the results of the PCA algorithm

Member Data Documentation

Input input

Input data

Method method

Computation method for the algorithm

BatchParameter 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.