SHOGUN  v3.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
AmariIndex.h
Go to the documentation of this file.
00001 #include <shogun/lib/SGMatrix.h>
00002 
00003 #ifdef HAVE_EIGEN3
00004 
00016 float64_t amari_index(shogun::SGMatrix<float64_t> W, shogun::SGMatrix<float64_t> A, bool standardize);
00017 
00018 #endif //HAVE_EIGEN3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation