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

List of all members
Online Class Reference

Computes moments of low order in the online processing mode. More...

Class Constructor

Online ( DaalContext  context,
Online  other 
)

Constructs low order moments algorithm for the online processing mode by copying input objects of another low order moments algorithm

Parameters
contextContext to manage the low order moments 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 low order moments algorithm for the online processing mode

Parameters
contextContext to manage the low order moments algorithm
clsData type to use in intermediate computations, Double.class or Float.class
methodComputation method, Method

Detailed Description

References
  • InputId class. Identifiers of input objects for the algorithm
  • PartialResultId class. Identifiers of partial results of the algorithm
  • ResultId class. Identifiers of final results of the algorithm

Member Function Documentation

Online clone ( DaalContext  context)

Returns the newly allocated low order moments algorithm for the online processing mode with a copy of input objects of this algorithm

Parameters
contextContext to manage the low order moments algorithm
Returns
The newly allocated algorithm
PartialResult compute ( )

Computes partial results of the low order moments algorithm

Returns
Partial results of the computation
Result finalizeCompute ( )

Computes final results of the low order moments algorithm

Returns
Final results of the computation
void setPartialResult ( PartialResult  partialResult,
boolean  initializationFlag 
)

Registers user-allocated memory to store partial results of the low order moments algorithm and optionally tells the library to initialize the memory

Parameters
partialResultStructure to store partial results
initializationFlagFlag that specifies whether the partial results are initialized
void setPartialResult ( PartialResult  partialResult)

Registers user-allocated memory to store partial results of the low order moments algorithm

Parameters
partialResultStructure for storing partial results
void setResult ( Result  result)

Registers user-allocated memory to store final results of the low order moments algorithm

Parameters
resultStructure for storing final results

Member Data Documentation

Input input

Input data

Method method

Computation method for the algorithm

Parameter parameter

Parameters of the algorithm

PartialResult partialResult
protected

Partial result 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.