| Modifier and Type | Class and Description |
|---|---|
static class |
BinarySVC.SVMType |
| Constructor and Description |
|---|
BinarySVC() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(BinarySVC that) |
void |
fit(com.github.chen0040.data.frame.DataFrame dataFrame) |
int |
getCross_validation() |
svm_model |
getModel() |
svm_parameter |
getParameters() |
static svm_print_interface |
getSvm_print_null() |
BinarySVC.SVMType |
getSVMType() |
boolean |
isInClass(com.github.chen0040.data.frame.DataRow row) |
boolean |
isQuiet() |
BinarySVC |
makeCopy() |
void |
setCross_validation(int cross_validation) |
void |
setModel(svm_model model) |
void |
setParameters(svm_parameter parameters) |
void |
setQuiet(boolean quiet) |
static void |
setSvm_print_null(svm_print_interface svm_print_null) |
void |
setSVMType(BinarySVC.SVMType type) |
double |
transform(com.github.chen0040.data.frame.DataRow row) |
public void copy(BinarySVC that)
public BinarySVC makeCopy()
public static svm_print_interface getSvm_print_null()
public static void setSvm_print_null(svm_print_interface svm_print_null)
public int getCross_validation()
public void setCross_validation(int cross_validation)
public svm_model getModel()
public void setModel(svm_model model)
public boolean isQuiet()
public void setQuiet(boolean quiet)
public BinarySVC.SVMType getSVMType()
public void setSVMType(BinarySVC.SVMType type)
public svm_parameter getParameters()
public void setParameters(svm_parameter parameters)
public double transform(com.github.chen0040.data.frame.DataRow row)
public boolean isInClass(com.github.chen0040.data.frame.DataRow row)
Copyright © 2017. All rights reserved.