public class SelfTuningLibSvmLearner extends AbstractLearner<LibSvmModel>
LibSvmLearner by applying a k-fold cross validation, as suggested in
"A Practical Guide to Support Vector Classification", Chih-Wei Hsu,
Chih-Chung Chang, and Chih-Jen Lin, 2010.| Constructor and Description |
|---|
SelfTuningLibSvmLearner(int numFolds) |
| Modifier and Type | Method and Description |
|---|---|
LibSvmModel |
train(Dataset dataset) |
toString, train, trainpublic LibSvmModel train(Dataset dataset)
Copyright © 2018. All rights reserved.