| Constructor and Description |
|---|
IsolationForest() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copy(IsolationForest rhs2) |
double |
evaluate(com.github.chen0040.data.frame.DataRow tuple) |
void |
fit(com.github.chen0040.data.frame.DataFrame batch) |
com.github.chen0040.data.frame.DataFrame |
fitAndTransform(com.github.chen0040.data.frame.DataFrame data) |
double[] |
getDistributionScores(com.github.chen0040.data.frame.DataRow tuple) |
boolean |
isAnomaly(com.github.chen0040.data.frame.DataRow tuple) |
public void copy(IsolationForest rhs2) throws CloneNotSupportedException
CloneNotSupportedExceptionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean isAnomaly(com.github.chen0040.data.frame.DataRow tuple)
public void fit(com.github.chen0040.data.frame.DataFrame batch)
public double[] getDistributionScores(com.github.chen0040.data.frame.DataRow tuple)
public double evaluate(com.github.chen0040.data.frame.DataRow tuple)
public com.github.chen0040.data.frame.DataFrame fitAndTransform(com.github.chen0040.data.frame.DataFrame data)
Copyright © 2017. All rights reserved.