Package | Description |
---|---|
org.openimaj.experiment.gmm.retrieval | |
org.openimaj.ml.gmm |
Modifier and Type | Field and Description |
---|---|
static GaussianMixtureModelEM.CovarianceType |
GMMFromFeatures.DEFAULT_COVARIANCE
default covariance type
|
Constructor and Description |
---|
GMMFromFeatures(GaussianMixtureModelEM.CovarianceType type) |
GMMFromFeatures(int nComps,
GaussianMixtureModelEM.CovarianceType type) |
Modifier and Type | Method and Description |
---|---|
static GaussianMixtureModelEM.CovarianceType |
GaussianMixtureModelEM.CovarianceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GaussianMixtureModelEM.CovarianceType[] |
GaussianMixtureModelEM.CovarianceType.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)
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.
|