SHOGUN
4.2.0
|
Go to the source code of this file.
Functions | |
float64_t | amari_index (SGMatrix< float64_t > SGW, SGMatrix< float64_t > SGA, bool standardize) |
function amari_index More... | |
float64_t amari_index | ( | shogun::SGMatrix< float64_t > | W, |
shogun::SGMatrix< float64_t > | A, | ||
bool | standardize | ||
) |
function amari_index
calculates the amari index for an estimated mixing matrix and given mixing matrix.
W | the estimated mixing matrix |
A | the given mixing matrix |
standardize | flag indicating whether to standardize or not |
Definition at line 10 of file AmariIndex.cpp.