SHOGUN  v3.2.0
宏定义
LMNNImpl.cpp 文件参考

浏览源代码.

宏定义

#define SUMSQCOLS(A)   ((A).array().square().colwise().sum())
 useful shorthands to perform operations with Eigen matrices 更多...
 

宏定义说明

◆ SUMSQCOLS

#define SUMSQCOLS (   A)    ((A).array().square().colwise().sum())

useful shorthands to perform operations with Eigen matrices

在文件 LMNNImpl.cpp24 行定义.


SHOGUN Machine Learning Toolbox - Documentation