Package sklearn

Class Estimator

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
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, HasNumberOfFeatures, HasType
Direct Known Subclasses:
Classifier, Clusterer, EstimatorProxy, Regressor

public abstract class Estimator extends Step
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getMiningFunction

      public abstract org.dmg.pmml.MiningFunction getMiningFunction()
    • encodeModel

      public abstract org.dmg.pmml.Model encodeModel(org.jpmml.converter.Schema schema)
    • getNumberOfFeatures

      public int getNumberOfFeatures()
    • getOpType

      public org.dmg.pmml.OpType getOpType()
    • getDataType

      public org.dmg.pmml.DataType getDataType()
    • isSupervised

      public boolean isSupervised()
    • encode

      public org.dmg.pmml.Model encode(org.jpmml.converter.Schema schema)
    • checkLabel

      public void checkLabel(org.jpmml.converter.Label label)
    • checkFeatures

      public void checkFeatures(List<? extends org.jpmml.converter.Feature> features)
    • addFeatureImportances

      public void addFeatureImportances(org.dmg.pmml.Model model, org.jpmml.converter.Schema schema)
    • getOption

      public Object getOption(String key, Object defaultValue)
    • putOption

      public void putOption(String key, Object value)
    • putOptions

      public void putOptions(Map<String,?> options)
    • hasFeatureImportances

      public boolean hasFeatureImportances()
    • getFeatureImportances

      public List<? extends Number> getFeatureImportances()
    • getPMMLFeatureImportances

      public List<? extends Number> getPMMLFeatureImportances()
    • setPMMLFeatureImportances

      public Estimator setPMMLFeatureImportances(List<? extends Number> pmmlFeatureImportances)
    • getPMMLOptions

      public Map<String,?> getPMMLOptions()
    • setPMMLOptions

      public Estimator setPMMLOptions(Map<String,?> pmmlOptions)
    • getSkLearnVersion

      public String getSkLearnVersion()