Package | Description |
---|---|
org.openimaj.ml.gmm |
Modifier and Type | Method and Description |
---|---|
static GaussianMixtureModelEM.UpdateOptions |
GaussianMixtureModelEM.UpdateOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GaussianMixtureModelEM.UpdateOptions[] |
GaussianMixtureModelEM.UpdateOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GaussianMixtureModelEM(int nComponents,
GaussianMixtureModelEM.CovarianceType ctype,
double thresh,
double minCovar,
int nIters,
int nInit,
EnumSet<GaussianMixtureModelEM.UpdateOptions> iterOpts,
EnumSet<GaussianMixtureModelEM.UpdateOptions> initOpts)
Construct with the given arguments.
|
GaussianMixtureModelEM(int nComponents,
GaussianMixtureModelEM.CovarianceType ctype,
double thresh,
double minCovar,
int nIters,
int nInit,
EnumSet<GaussianMixtureModelEM.UpdateOptions> iterOpts,
EnumSet<GaussianMixtureModelEM.UpdateOptions> initOpts)
Construct with the given arguments.
|