AURobotServers  4
Public Types | Public Member Functions | Public Attributes | List of all members
GaussianHypothesis< dim > Struct Template Reference

#include <GaussianHypothesis.h>

Inheritance diagram for GaussianHypothesis< dim >:
Inheritance graph

Public Types

typedef Matrix< double, dim, dim > CovMatrix
 
typedef GHList< dim > list
 
typedef Matrix< double, dim, 1 > MeanMatrix
 

Public Member Functions

 GaussianHypothesis ()
 
 GaussianHypothesis (const MeanMatrix &mean, const CovMatrix &cov, double weight)
 

Public Attributes

CovMatrix cov
 
MeanMatrix mean
 
double weight
 

Member Typedef Documentation

template<int dim>
typedef Matrix<double,dim,dim> GaussianHypothesis< dim >::CovMatrix
template<int dim>
typedef GHList<dim> GaussianHypothesis< dim >::list
template<int dim>
typedef Matrix<double,dim,1> GaussianHypothesis< dim >::MeanMatrix

Constructor & Destructor Documentation

template<int dim>
GaussianHypothesis< dim >::GaussianHypothesis ( )
inline
template<int dim>
GaussianHypothesis< dim >::GaussianHypothesis ( const MeanMatrix mean,
const CovMatrix cov,
double  weight 
)
inline

Member Data Documentation

template<int dim>
CovMatrix GaussianHypothesis< dim >::cov
template<int dim>
MeanMatrix GaussianHypothesis< dim >::mean
template<int dim>
double GaussianHypothesis< dim >::weight

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