Class BinomialLogisticRegression

    • Constructor Detail

      • BinomialLogisticRegression

        public BinomialLogisticRegression​(Section config)
    • Method Detail

      • encodeModel

        public org.dmg.pmml.mining.MiningModel encodeModel​(java.util.List<Tree> trees,
                                                           java.lang.Integer numIteration,
                                                           org.jpmml.converter.Schema schema)
        Specified by:
        encodeModel in class ObjectiveFunction