Class MLPRegressor

    • Constructor Detail

      • MLPRegressor

        public MLPRegressor​(String module,
                            String name)
    • Method Detail

      • encodeModel

        public org.dmg.pmml.neural_network.NeuralNetwork encodeModel​(org.jpmml.converter.Schema schema)
        Specified by:
        encodeModel in class Estimator
      • getActivation

        public String getActivation()
      • getCoefs

        public List<? extends org.jpmml.python.HasArray> getCoefs()
      • getIntercepts

        public List<? extends org.jpmml.python.HasArray> getIntercepts()