public class IsolationForest extends Object
IsolationForest(int maxTreeNum, int maxSampling)
void
createForest(double[] data)
double
searchForest(double d)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IsolationForest(int maxTreeNum, int maxSampling)
public void createForest(double[] data)
data
public double searchForest(double d)
d
Copyright © 2019. All rights reserved.