public class IsolationForest extends EnsembleRegressor implements HasTreeOptions
OPTION_COMPACT, OPTION_FLAT| Constructor and Description |
|---|
IsolationForest(java.lang.String module,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeModel(org.jpmml.converter.Schema schema) |
int |
getMaxSamples() |
java.lang.String |
getSkLearnVersion() |
double |
getThreshold() |
boolean |
isSupervised() |
getBaseEstimator, getDataType, getEstimators, getOpTypegetMiningFunctionencodeModel, getNumberOfFeaturesgetOptionclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic IsolationForest(java.lang.String module,
java.lang.String name)
public boolean isSupervised()
isSupervised in class Regressorpublic org.dmg.pmml.mining.MiningModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic java.lang.String getSkLearnVersion()
public int getMaxSamples()
public double getThreshold()
Copyright © 2017. All Rights Reserved.