$extrastylesheet
#include <mln/fun/stat/mahalanobis.hh>
Public Member Functions | |
mahalanobis (const algebra::mat< n, n, float > &var, const algebra::vec< n, float > &mean) | |
mean_t | mean () const |
float | operator() (const V &v) const |
Protected Attributes | |
algebra::vec< n, float > | mean_ |
algebra::mat< n, n, float > | var_1_ |
Public Types | |
enum | { n = V::dim } |
typedef Function_v2v< void > | category |
typedef mahalanobis< V > | exact_t |
typedef algebra::vec< n, float > | mean_t |
typedef void | mutable_result |
typedef float | result |
Definition at line 49 of file mahalanobis.hh.
mln::fun::stat::mahalanobis< V >::mahalanobis | ( | const algebra::mat< n, n, float > & | var, |
const algebra::vec< n, float > & | mean | ||
) |
mean_t mln::fun::stat::mahalanobis< V >::mean | ( | ) | const |
float mln::fun::stat::mahalanobis< V >::operator() | ( | const V & | v | ) | const |
|
protected |
Definition at line 68 of file mahalanobis.hh.
|
protected |
Definition at line 67 of file mahalanobis.hh.
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
typedef algebra::vec<n,float> mln::fun::stat::mahalanobis< V >::mean_t |
Definition at line 62 of file mahalanobis.hh.
|
inherited |
Definition at line 135 of file function.hh.
typedef float mln::fun::stat::mahalanobis< V >::result |
Definition at line 54 of file mahalanobis.hh.
anonymous enum |
Definition at line 53 of file mahalanobis.hh.