public class IsolationForestUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E extends Estimator & HasIsolationForest & OutlierDetector> |
encodeMiningModel(E estimator,
List<org.dmg.pmml.tree.TreeModel> treeModels,
boolean corrected,
boolean nodeSampleCorrected,
org.jpmml.converter.Schema schema) |
static void |
transformTreeModel(org.dmg.pmml.tree.TreeModel treeModel,
Tree tree,
boolean corrected,
boolean nodeSampleCorrected) |
public static <E extends Estimator & HasIsolationForest & OutlierDetector> org.dmg.pmml.mining.MiningModel encodeMiningModel(E estimator, List<org.dmg.pmml.tree.TreeModel> treeModels, boolean corrected, boolean nodeSampleCorrected, org.jpmml.converter.Schema schema)
public static void transformTreeModel(org.dmg.pmml.tree.TreeModel treeModel,
Tree tree,
boolean corrected,
boolean nodeSampleCorrected)
Copyright © 2024. All rights reserved.