Class MLPRegressor

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
net.razorvine.pickle.objects.ClassDict
org.jpmml.python.PythonObject
sklearn.Step
sklearn.Estimator
sklearn.Regressor
sklearn.neural_network.MLPRegressor
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, HasNumberOfFeatures, HasType

public class MLPRegressor extends Regressor
See Also:
  • Constructor Details

    • MLPRegressor

      public MLPRegressor(String module, String name)
  • Method Details

    • getNumberOfFeatures

      public int getNumberOfFeatures()
      Specified by:
      getNumberOfFeatures in interface HasNumberOfFeatures
      Overrides:
      getNumberOfFeatures in class Estimator
    • 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()