Package sklearn

Class Estimator

    • Constructor Detail

      • Estimator

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

      • getMiningFunction

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

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

        public org.dmg.pmml.OpType getOpType()
        Specified by:
        getOpType in interface HasType
      • getDataType

        public org.dmg.pmml.DataType getDataType()
        Specified by:
        getDataType in interface HasType
      • isSupervised

        public boolean isSupervised()
      • getAlgorithmName

        public String getAlgorithmName()
      • 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)
      • 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()
      • getSkLearnVersion

        public String getSkLearnVersion()