|
mlpack
|
This class enforces no constraint on the covariance matrix. More...
#include <no_constraint.hpp>
Static Public Member Functions | |
| static void | ApplyConstraint (const arma::mat &) |
| Do nothing, and do not modify the covariance matrix. | |
| template<typename Archive > | |
| static void | serialize (Archive &, const uint32_t) |
| Serialize the object (nothing to do). | |
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.
1.8.13