lemga.dox
来自「C++编写的机器学习算法 Lemga is a C++ package whi」· DOX 代码 · 共 26 行
DOX
26 行
/** @mainpage * @section intro Introduction * LEMGA stands for ``Learning Models and Generic Algorithms.'' * * It was rewritten from an old implementation and is still under * development and test. * * [<A href="../index.html">Go back</A>] *//** @namespace lemga * @brief Learning models and generic algorithms * * The idea is to separate the learning model and optimization techniques. * * Using vectorop.h for default vector operation * @todo documentation: basic idea, ... *//** @namespace lemga::op * @brief Operators used in optimization * * @todo documentation */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?