SHOGUN
v3.2.0
|
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