8 using namespace shogun;
16 for(
int t = 0; t < mat.cols(); t++)
17 mat.col(t) /= mat.col(t).cwiseAbs().maxCoeff();
20 for (
int i = 0; i < mat.rows(); i++)
22 for (
int j = 0; j < mat.cols(); j++)
32 for (
int i = 0; i < mat.rows(); i++)
35 for (
int j = 0; j < mat.cols(); j++)
46 for (
int j = 0; j < mat.cols(); j++)
49 for (
int i = 0; i < mat.rows(); i++)