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

List of all members
Parameter Class Reference

Parameters of the EM for GMM algorithm. More...

Detailed Description

Parameters of the EM for GMM algorithm

Member Function Documentation

◆ getAccuracyThreshold()

double getAccuracyThreshold ( )

Retrieves the threshold for the termination of the algorithm

Returns
Threshold for the termination of the algorithm

◆ getCovarianceStorage()

CovarianceStorageId getCovarianceStorage ( )

Retrieves identifier of covariance type in the EM for GMM algorithm

Returns
identifier of covariance type in the EM for GMM algorithm

◆ getMaxIterations()

long getMaxIterations ( )

Retrieves the maximal number of iterations

Returns
Maximal number of iterations

◆ getNComponents()

long getNComponents ( )

Retrieves the number of components in the Gaussian mixture model

Returns
Number of components

◆ getRegularizationFactor()

double getRegularizationFactor ( )

Retrieves the factor for covariance regularization value in case of ill-conditional data

Returns
Factor for covariance regularization value in case of ill-conditional data

◆ setAccuracyThreshold()

void setAccuracyThreshold ( double  accuracyThreshold)

Sets the threshold for the termination of the algorithm

Parameters
accuracyThresholdThreshold for the termination of the algorithm

◆ setCovarianceStorage()

void setCovarianceStorage ( CovarianceStorageId  covarianceStorage)

Sets the identifier of covariance type in the EM for GMM algorithm

Parameters
covarianceStorageidentifier of covariance type in the EM for GMM algorithm

◆ setMaxIterations()

void setMaxIterations ( long  maxIterations)

Sets the maximal number of iterations

Parameters
maxIterationsMaximal number of iterations

◆ setNComponents()

void setNComponents ( long  nComponents)

Sets the number of components in the Gaussian mixture model

Parameters
nComponentsNumber of components in the Gaussian mixture model

◆ setRegularizationFactor()

void setRegularizationFactor ( double  regularizationFactor)

Sets the factor for covariance regularization value in case of ill-conditional data

Parameters
regularizationFactorFactor for covariance regularization value in case of ill-conditional data

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

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