SHOGUN
4.1.0
Main Page
Modules
Classes
Files
File List
File Members
src
shogun
evaluation
ica
AmariIndex.h
Go to the documentation of this file.
1
#include <
shogun/lib/SGMatrix.h
>
2
3
#ifdef HAVE_EIGEN3
4
5
#include <
shogun/lib/config.h
>
6
18
float64_t
amari_index
(
shogun::SGMatrix<float64_t>
W,
shogun::SGMatrix<float64_t>
A,
bool
standardize);
19
20
#endif //HAVE_EIGEN3
config.h
amari_index
float64_t amari_index(shogun::SGMatrix< float64_t > W, shogun::SGMatrix< float64_t > A, bool standardize)
function amari_index
Definition:
AmariIndex.cpp:11
SGMatrix.h
float64_t
double float64_t
Definition:
common.h:50
shogun::SGMatrix< float64_t >
SHOGUN
Machine Learning Toolbox - Documentation