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

List of all members
TransformBatch Class Reference

Computes PCA transformation in the batch processing mode. More...

Class Constructor

TransformBatch ( DaalContext  context,
Class<?extends Number >  cls,
TransformMethod  method,
long  nComponents 
)

Constructs the PCA transformation algorithm

Parameters
contextContext to manage the PCA transformation algorithm
clsData type to use in intermediate computations for PCA transformation, Double.class or Float.class
nComponentsNumber of components
methodPCA transformation computation method, Method
TransformBatch ( DaalContext  context,
Class<?extends Number >  cls,
TransformMethod  method 
)

Constructs the PCA transformation algorithm

Parameters
contextContext to manage the PCA transformation algorithm
clsData type to use in intermediate computations for PCA transformation, Double.class or Float.class
methodPCA transformation computation method, Method
TransformBatch ( DaalContext  context,
TransformBatch  other 
)

Constructs algorithm that computes normalization by copying input objects and parameters of another algorithm

Parameters
contextContext to manage the normalization algorithms
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

Detailed Description

References

Member Function Documentation

TransformBatch clone ( DaalContext  context)

Returns the newly allocated algorithm that computes normalization with a copy of input objects and parameters of this algorithm

Parameters
contextContext to manage the normalization algorithms
Returns
The newly allocated algorithm
TransformResult compute ( )

Computes PCA transformation

Returns
PCA transformation results
void setResult ( TransformResult  result)

Registers user-allocated memory to store the result of the PCA transformation algorithm

Parameters
resultStructure to store the result of the PCA transformation algorithm

Member Data Documentation

Input data

Computation method for the algorithm

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