Class CHAIDUtil


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <E extends Estimator & HasTree>
      org.dmg.pmml.tree.TreeModel
      encodeModel​(E estimator, org.dmg.pmml.MiningFunction miningFunction, org.jpmml.converter.Schema schema)  
      • Methods inherited from class java.lang.Object

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

      • encodeModel

        public static <E extends Estimator & HasTree> org.dmg.pmml.tree.TreeModel encodeModel​(E estimator,
                                                                                              org.dmg.pmml.MiningFunction miningFunction,
                                                                                              org.jpmml.converter.Schema schema)