SHOGUN
4.2.0
|
Generic class mean which provides a static compute method.
Definition at line 87 of file MeanEigen3.h.
Public Types | |
typedef Matrix::Scalar | T |
typedef int2float< T >::floatType | ReturnType |
Static Public Member Functions | |
static ReturnType | compute (Matrix a) |
static ReturnType | compute (Matrix a, bool no_diag=false) |
typedef int2float<T>::floatType ReturnType |
int2float type
Definition at line 93 of file MeanEigen3.h.
typedef Matrix::Scalar T |
Scalar type
Definition at line 90 of file MeanEigen3.h.
|
static |
Method that computes the vector mean
a | vector whose mean has to be computed |
|
static |
Method that computes the matrix mean
a | matrix whose mean has to be computed |
no_diag | if true, diagonal entries are excluded from the mean (default - false) |