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

List of all members

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

Class Constructor

◆ Online() [1/2]

Online ( DaalContext  context,
Online  other 
)

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

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

◆ Online() [2/2]

Online ( DaalContext  context,
Class<? extends Number >  cls,
Method  method 
)

Constructs the SVD algorithm

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

Detailed Description

References

Member Function Documentation

◆ clone()

Online clone ( DaalContext  context)

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

Parameters
contextContext to manage created SVD algorithm
Returns
The newly allocated algorithm

◆ compute()

OnlinePartialResult compute ( )

Runs the SVD algorithm

Returns
Partial results of the SVD algorithm obtained in the online processing mode

◆ finalizeCompute()

Result finalizeCompute ( )

Computes final results of the SVD algorithm

Returns
Final results of the SVD algorithm

◆ setPartialResult() [1/2]

void setPartialResult ( OnlinePartialResult  partialResult,
boolean  initializationFlag 
)

Registers user-allocated memory to store partial results of the SVD algorithm

Parameters
partialResultStructure to store partial results of the SVD algorithm
initializationFlagFlag that specifies whether partial results are initialized

◆ setPartialResult() [2/2]

void setPartialResult ( OnlinePartialResult  partialResult)

Registers user-allocated memory to store partial results of the SVD algorithm

Parameters
partialResultStructure to store partial results of the SVD algorithm

◆ setResult()

void setResult ( Result  result)

Registers user-allocated memory to store results of the SVD algorithm

Parameters
resultStructure to store results of the SVD algorithm

Member Data Documentation

◆ input

Input input

Input data

◆ method

Method method

Computation method for the algorithm

◆ parameter

Parameter parameter

Parameters of the algorithm

◆ partialResult

OnlinePartialResult partialResult
protected

Partial result of the algorithm

◆ prec

Precision prec
protected

Precision of intermediate computations


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

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