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

List of all members
Input Class Reference

Input objects for the EM for GMM algorithm More...

Detailed Description

Member Function Documentation

◆ get() [1/2]

NumericTable get ( InputId  id)

Returns the input object of the EM for GMM algorithm (means or weights)

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier

◆ get() [2/2]

Returns the input covariance object of the EM for GMM algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier

◆ set() [1/3]

void set ( InputId  id,
Serializable  val 
)

Sets the input object for the EM for GMM algorithm (means or weights)

Parameters
idIdentifier of the input object
valObject that corresponds to the given identifier

◆ set() [2/3]

void set ( InputValuesId  id,
InitResult  val 
)

Sets the input covariance object for the EM for GMM algorithm

Parameters
idIdentifier of the input object
valObject that corresponds to the given identifier

◆ set() [3/3]

void set ( InputCovariancesId  id,
DataCollection  val 
)

Sets the collection of input covariances for the EM for GMM algorithm

Parameters
idIdentifier of the input object
valObject that corresponds to the given identifier

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

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