Package sklearn

Class SkLearnOutlierTransformation

  • All Implemented Interfaces:
    org.jpmml.converter.Transformation

    public class SkLearnOutlierTransformation
    extends org.jpmml.converter.transformations.AbstractTransformation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Integer VALUE_INLIER  
      static java.lang.Integer VALUE_OUTLIER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.dmg.pmml.Expression createExpression​(org.dmg.pmml.FieldRef fieldRef)  
      org.dmg.pmml.OutputField createOutputField​(org.dmg.pmml.OutputField outputField)  
      org.dmg.pmml.DataType getDataType​(org.dmg.pmml.DataType dataType)  
      java.lang.String getName​(java.lang.String name)  
      org.dmg.pmml.OpType getOpType​(org.dmg.pmml.OpType opType)  
      boolean isFinalResult()  
      • Methods inherited from class org.jpmml.converter.transformations.AbstractTransformation

        getResultFeature
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VALUE_INLIER

        public static final java.lang.Integer VALUE_INLIER
      • VALUE_OUTLIER

        public static final java.lang.Integer VALUE_OUTLIER
    • Constructor Detail

      • SkLearnOutlierTransformation

        public SkLearnOutlierTransformation()
    • Method Detail

      • getName

        public java.lang.String getName​(java.lang.String name)
      • getOpType

        public org.dmg.pmml.OpType getOpType​(org.dmg.pmml.OpType opType)
        Specified by:
        getOpType in interface org.jpmml.converter.Transformation
        Overrides:
        getOpType in class org.jpmml.converter.transformations.AbstractTransformation
      • getDataType

        public org.dmg.pmml.DataType getDataType​(org.dmg.pmml.DataType dataType)
        Specified by:
        getDataType in interface org.jpmml.converter.Transformation
        Overrides:
        getDataType in class org.jpmml.converter.transformations.AbstractTransformation
      • isFinalResult

        public boolean isFinalResult()
        Specified by:
        isFinalResult in interface org.jpmml.converter.Transformation
        Overrides:
        isFinalResult in class org.jpmml.converter.transformations.AbstractTransformation
      • createExpression

        public org.dmg.pmml.Expression createExpression​(org.dmg.pmml.FieldRef fieldRef)
      • createOutputField

        public org.dmg.pmml.OutputField createOutputField​(org.dmg.pmml.OutputField outputField)
        Specified by:
        createOutputField in interface org.jpmml.converter.Transformation
        Overrides:
        createOutputField in class org.jpmml.converter.transformations.AbstractTransformation