Class MultinomialLogisticRegression

    • Constructor Detail

      • MultinomialLogisticRegression

        public MultinomialLogisticRegression​(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