readme
来自「C++编写的机器学习算法 Lemga is a C++ package whi」· 代码 · 共 21 行
TXT
21 行
README for lemga/test=====================Files here are meant to demonstrate the usage of Lemga. adabst.cpp AdaBoost and arc-gv using pulse functions bag.cpp Bagging using decision stumps lpbst.cpp Both AdaBoost and LPBoost with decision stumps multi.cpp Multiclass classification with AdaBoost-perceptrons. nnet.cpp Neural networks showlm.cpp A model file loader/checkertestsvm.cpp SVM classification with RBF kernelTo compile all modules with "release" and "debug" settings, type make test debugTo compile a single module with "debug" setting, type make "module name appended by 'd'"For example, make nnetd
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?