Parameter for the EM for GMM algorithm
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
__init__(daal.algorithms.em_gmm.Parameter self, size_t const nComponents, daal.services.SharedPtr< daal.algorithms.covariance.BatchImpl > const & covariance, size_t const maxIterations=10, double const accuracyThreshold=1.0e-04, double const regularizationFactor=0.01, daal.algorithms.em_gmm.CovarianceStorageId const covarianceStorage) -> Parameter
Checks the correctness of the parameter
Threshold for the termination of the algorithm.
Pointer to the algorithm that computes the covariance
Maximal number of iterations of the algorithm.
Number of components in the Gaussian mixture model
regularizationFactor = ... |
|
static |
Factor for covariance regularization in case of ill-conditional data
The documentation for this class was generated from the following file:
- algorithms/em_gmm/__init__.py