Class IsolationForestUtil


  • public class IsolationForestUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <E extends Estimator & HasIsolationForest & OutlierDetector>
      org.dmg.pmml.mining.MiningModel
      encodeMiningModel​(E estimator, java.util.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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • encodeMiningModel

        public static <E extends Estimator & HasIsolationForest & OutlierDetector> org.dmg.pmml.mining.MiningModel encodeMiningModel​(E estimator,
                                                                                                                                     java.util.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)