| Modifier and Type | Class and Description |
|---|---|
static class |
SVR.SVMType |
| Constructor and Description |
|---|
SVR() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(SVR that) |
void |
fit(com.github.chen0040.data.frame.DataFrame frame) |
String |
getName() |
svm_parameter |
getParameters() |
SVR.SVMType |
getSVMType() |
boolean |
isQuiet() |
SVR |
makeCopy() |
void |
setName(String name) |
void |
setQuiet(boolean quiet) |
void |
setSVMType(SVR.SVMType type) |
double |
transform(com.github.chen0040.data.frame.DataRow row) |
public void copy(SVR that)
public SVR makeCopy()
public SVR.SVMType getSVMType()
public void setSVMType(SVR.SVMType type)
public boolean isQuiet()
public void setQuiet(boolean quiet)
public svm_parameter getParameters()
public double transform(com.github.chen0040.data.frame.DataRow row)
public void fit(com.github.chen0040.data.frame.DataFrame frame)
public void setName(String name)
public String getName()
Copyright © 2017. All rights reserved.