public class SkLearnOutlierTransformation extends Object implements org.jpmml.converter.Transformation
| Modifier and Type | Field and Description |
|---|---|
static Integer |
VALUE_INLIER |
static Integer |
VALUE_OUTLIER |
| Constructor and Description |
|---|
SkLearnOutlierTransformation() |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.Expression |
createExpression(org.dmg.pmml.FieldRef fieldRef) |
static void |
decorate(org.dmg.pmml.Output output) |
org.dmg.pmml.DataType |
getDataType(org.dmg.pmml.DataType dataType) |
org.dmg.pmml.FieldName |
getName(org.dmg.pmml.FieldName name) |
org.dmg.pmml.OpType |
getOpType(org.dmg.pmml.OpType opType) |
boolean |
isFinalResult() |
public static final Integer VALUE_INLIER
public static final Integer VALUE_OUTLIER
public org.dmg.pmml.FieldName getName(org.dmg.pmml.FieldName name)
getName in interface org.jpmml.converter.Transformationpublic org.dmg.pmml.OpType getOpType(org.dmg.pmml.OpType opType)
getOpType in interface org.jpmml.converter.Transformationpublic org.dmg.pmml.DataType getDataType(org.dmg.pmml.DataType dataType)
getDataType in interface org.jpmml.converter.Transformationpublic boolean isFinalResult()
isFinalResult in interface org.jpmml.converter.Transformationpublic org.dmg.pmml.Expression createExpression(org.dmg.pmml.FieldRef fieldRef)
createExpression in interface org.jpmml.converter.Transformationpublic static void decorate(org.dmg.pmml.Output output)
Copyright © 2021. All rights reserved.