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

List of all members
Online Class Reference

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

Class Constructor

◆ Online() [1/2]

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() [2/2]

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

◆ clone()

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

◆ compute()

PartialResult compute ( )

Computes partial results of the low order moments algorithm

Returns
Partial results of the computation

◆ finalizeCompute()

Result finalizeCompute ( )

Computes final results of the low order moments algorithm

Returns
Final results of the computation

◆ setPartialResult() [1/2]

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

◆ setPartialResult() [2/2]

void setPartialResult ( PartialResult  partialResult)

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

Parameters
partialResultStructure for storing partial results

◆ setResult()

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

Input data

◆ method

Method method

Computation method for the algorithm

◆ parameter

Parameter parameter

Parameters of the algorithm

◆ partialResult

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.