mlpack  master
Static Public Member Functions | List of all members
mlpack::gmm::NoConstraint Class Reference

This class enforces no constraint on the covariance matrix. More...

Static Public Member Functions

static void ApplyConstraint (const arma::mat &)
 Do nothing, and do not modify the covariance matrix. More...
 
template<typename Archive >
static void Serialize (Archive &, const unsigned int)
 Serialize the object (nothing to do). More...
 

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 25 of file no_constraint.hpp.

Member Function Documentation

static void mlpack::gmm::NoConstraint::ApplyConstraint ( const arma::mat &  )
inlinestatic

Do nothing, and do not modify the covariance matrix.

Definition at line 29 of file no_constraint.hpp.

template<typename Archive >
static void mlpack::gmm::NoConstraint::Serialize ( Archive &  ,
const unsigned  int 
)
inlinestatic

Serialize the object (nothing to do).

Definition at line 33 of file no_constraint.hpp.


The documentation for this class was generated from the following file: