| Modifier and Type | Field and Description |
|---|---|
java.util.function.Supplier<Double> |
thresholdSupplier |
| Constructor and Description |
|---|
OneClassSVM() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(OneClassSVM that) |
void |
fit(com.github.chen0040.data.frame.DataFrame dataFrame) |
svm_parameter |
getParameters() |
boolean |
isAnomaly(com.github.chen0040.data.frame.DataRow tuple) |
boolean |
isQuiet() |
OneClassSVM |
makeCopy() |
void |
set_gamma(double gamma) |
void |
set_nu(double nu) |
void |
setQuiet(boolean quiet) |
double |
transform(com.github.chen0040.data.frame.DataRow row) |
public java.util.function.Supplier<Double> thresholdSupplier
public void copy(OneClassSVM that)
public OneClassSVM makeCopy()
public void set_nu(double nu)
public void set_gamma(double gamma)
public boolean isQuiet()
public void setQuiet(boolean quiet)
public svm_parameter getParameters()
public double transform(com.github.chen0040.data.frame.DataRow row)
public boolean isAnomaly(com.github.chen0040.data.frame.DataRow tuple)
Copyright © 2017. All rights reserved.