SHOGUN
6.0.0
src
shogun
evaluation
ica
AmariIndex.h
Go to the documentation of this file.
1
#include <
shogun/lib/SGMatrix.h
>
2
3
4
#include <shogun/lib/config.h>
5
17
float64_t
amari_index
(
shogun::SGMatrix<float64_t>
W,
shogun::SGMatrix<float64_t>
A,
bool
standardize);
18
amari_index
float64_t amari_index(shogun::SGMatrix< float64_t > W, shogun::SGMatrix< float64_t > A, bool standardize)
function amari_index
Definition:
AmariIndex.cpp:10
SGMatrix.h
float64_t
double float64_t
Definition:
common.h:60
shogun::SGMatrix< float64_t >
SHOGUN
Machine Learning Toolbox - Documentation