readme.txt

来自「支持向量分类算法在linux操作系统下的是实现」· 文本 代码 · 共 28 行

TXT
28
字号
DESCRIPTIONPiSvM is a parallel Support Vector Machine (SVM) implementation. It supports C-SVC, nu-SVC, epsilon-SVR and nu-SVR and has a command-line interface similar to the popular LibSVM package.DOCUMENTATIONDocumentation on how to use the PiSvM software as well asperformance results are given on the web under:http://pisvm.sourceforge.net/Since the command line interface is almost identical to LibSVM,for general usage instructions concerning SVM training visit:http://www.csie.ntu.edu.tw/~cjlin/libsvm/COPYRIGHT/LICENSEThe parallel SMO solver and command line interface is basedon LibSVM code. Therefore the conditions given in COPYRIGHT-LibSVMapply to the parts of the LibSVM code, that is svm.h, svm.cpp, pisvm-train.c pisvm-predict.c and pisvm-scale.c. All of thepisvm-*.c files contain changes made to enable parallel training.All other source code, including the parallel LOQO solver insubdirectory loqo and the parallel SMO solver in subdirectorypsmo is licensed under the terms of the GPL as given in LICENSE.txt

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?