Class IsolationForestUtil


  • public class IsolationForestUtil
    extends Object
    • 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)