Flow
weka.SMO

weka.SMO

Visibility: public Uploaded 21-04-2017 by Daan Dinkla Weka_3.9.1 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
J. Platt: Fast Training of Support Vector Machines using Sequential Minimal Optimization. In B. Schoelkopf and C. Burges and A. Smola, editors, Advances in Kernel Methods - Support Vector Learning, 1998. S.S. Keerthi, S.K. Shevade, C. Bhattacharyya, K.R.K. Murthy (2001). Improvements to Platt's SMO Algorithm for SVM Classifier Design. Neural Computation. 13(3):637-649. Trevor Hastie, Robert Tibshirani: Classification by Pairwise Coupling. In: Advances in Neural Information Processing Systems, 1998.

Parameters

-do-not-check-capabilitiesIf set, classifier capabilities are not checked before classifier is built (use with caution).
CThe complexity constant C. (default 1)default: 1.0
EThe Exponent to use. (default: 1.0)
KThe Kernel to use. (default: weka.classifiers.functions.supportVector.PolyKernel)default: weka.classifiers.functions.supportVector.PolyKernel -E 1.0 -C 250007
LThe tolerance parameter. (default 1.0e-3)default: 0.001
MFit calibration models to SVM outputs.
NWhether to 0=normalize/1=standardize/2=neither. (default 0=normalize)default: 0
PThe epsilon for round-off error. (default 1.0e-12)default: 1.0E-12
RSet the ridge in the log-likelihood.
VThe number of folds for the internal cross-validation. (default -1, use training data)default: -1
WThe random number seed. (default 1)default: 1
batch-sizeThe desired batch size for batch prediction (default 100).
calibratorFull name of calibration model, followed by options. (default: "weka.classifiers.functions.Logistic")default: true
no-checksTurns off all checks - use with caution! Turning them off assumes that data is purely numeric, doesn't contain any missing values, and has a nominal class. Turning them off also means that no header information will be stored if the machine is linear. Finally, it also assumes that no instance has a weight equal to 0. (default: checks on)
num-decimal-placesThe number of decimal places for the output of numbers in the model (default 2).
output-debug-infoIf set, classifier is run in debug mode and may output additional info to the console

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table