public final class LibSvmModel extends Object implements Model
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCategories() |
DummyVariableCreator |
getDummyCoder() |
libsvm.svm_model |
getModel() |
Normalization |
getNormalization() |
List<String> |
getSchema() |
String |
transformClassToString(int classIndex) |
public libsvm.svm_model getModel()
public Normalization getNormalization()
public String transformClassToString(int classIndex)
public Set<String> getCategories()
getCategories in interface Modelpublic DummyVariableCreator getDummyCoder()
Copyright © 2018. All rights reserved.