Package sklearn.ensemble.iforest
Class IsolationForestUtil
- java.lang.Object
-
- sklearn.ensemble.iforest.IsolationForestUtil
-
public class IsolationForestUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends Estimator & HasIsolationForest & OutlierDetector>
org.dmg.pmml.mining.MiningModelencodeMiningModel(E estimator, List<org.dmg.pmml.tree.TreeModel> treeModels, boolean corrected, boolean nodeSampleCorrected, org.jpmml.converter.Schema schema)static voidtransformTreeModel(org.dmg.pmml.tree.TreeModel treeModel, Tree tree, boolean corrected, boolean nodeSampleCorrected)
-
-
-
Method Detail
-
encodeMiningModel
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)
-
transformTreeModel
public static void transformTreeModel(org.dmg.pmml.tree.TreeModel treeModel, Tree tree, boolean corrected, boolean nodeSampleCorrected)
-
-