⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 C++编写的机器学习算法 Lemga is a C++ package which consists of classes for several learning models and gener
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -