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

List of all members

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

Class Constructor

Online ( DaalContext  context,
Online  other 
)

Constructs the PCA algorithm in the online 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
Online ( DaalContext  context,
Class<?extends Number >  cls,
Method  method 
)

Constructs the PCA algorithm in the online 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
methodComputation method, Method

Detailed Description

References

Member Function Documentation

Online clone ( DaalContext  context)

Returns the newly allocated PCA algorithm in the online 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
PartialResult compute ( )

Runs the PCA algorithm in the online processing mode

Returns
Partial results of the PCA algorithm in the online processing mode
Result finalizeCompute ( )

Computes the results of the PCA algorithm in the online processing mode

Returns
Results of the PCA algorithm in the online processing mode
void setPartialResult ( PartialResult  partialResult,
boolean  initializationFlag 
)

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

Parameters
partialResultStructure for storing partial results of the PCA algorithm
initializationFlagFlag that specifies whether partial results are initialized
void setPartialResult ( PartialResult  partialResult)

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

Parameters
partialResultStructure for storing partial results of the PCA algorithm
void setResult ( Result  result)

Registers user-allocated memory for storing the results of the PCA algorithm in the online 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

OnlineParameter parameter

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