mlpack::gmm::NoConstraint(3) This class enforces no constraint on the covariance matrix.

SYNOPSIS


Static Public Member Functions


static void ApplyConstraint (const arma::mat &)
Do nothing, and do not modify the covariance matrix.

Detailed Description

This class enforces no constraint on the covariance matrix.

It's faster this way, although depending on your situation you may end up with a non-invertible covariance matrix.

Definition at line 35 of file no_constraint.hpp.

Member Function Documentation

static void mlpack::gmm::NoConstraint::ApplyConstraint (const arma::mat &) [inline], [static]

Do nothing, and do not modify the covariance matrix.

Definition at line 39 of file no_constraint.hpp.

Author

Generated automatically by Doxygen for MLPACK from the source code.