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

List of all members
DistributedStep2Master Class Reference

Computes moments of low order in the distributed processing mode on the master node. More...

Class Constructor

Constructs low order moments algorithm 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
DistributedStep2Master ( DaalContext  context,
Class<?extends Number >  cls,
Method  method 
)

Constructs the low order moments algorithm

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
  • ComputeStep class. Step of distributed processing
  • InputId class. Identifiers of input objects for the low order moments algorithm
  • PartialResultId class. Partial results of the algorithm
  • ResultId class. Final results of the algorithm
  • Parameter class

Member Function Documentation

DistributedStep2Master clone ( DaalContext  context)

Returns the newly allocated low order moments algorithm 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 algorithm
Result finalizeCompute ( )

Computes final results of the low order moments algorithm

Returns
Final results of the algorithm
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 for storing 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 of the low order moments algorithm
void setResult ( Result  result)

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

Parameters
resultStructure for storing final results of the low order moments algorithm

Member Data Documentation

Input data

Method method

Computation method for 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.