public class ContinuousOutputFeature
extends org.jpmml.converter.ContinuousFeature
| Constructor and Description |
|---|
ContinuousOutputFeature(org.jpmml.converter.PMMLEncoder encoder,
org.dmg.pmml.Output output,
org.dmg.pmml.FieldName name,
org.dmg.pmml.DataType dataType) |
ContinuousOutputFeature(org.jpmml.converter.PMMLEncoder encocder,
org.dmg.pmml.Output output,
org.dmg.pmml.OutputField outputField) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.OutputField |
getField() |
org.dmg.pmml.Output |
getOutput() |
ContinuousOutputFeature |
toContinuousFeature() |
ContinuousOutputFeature |
toContinuousFeature(org.dmg.pmml.DataType dataType) |
protected ContinuousOutputFeature |
toContinuousFeature(org.dmg.pmml.FieldName name,
org.dmg.pmml.DataType dataType,
Supplier<? extends org.dmg.pmml.Expression> expressionSupplier) |
public ContinuousOutputFeature(org.jpmml.converter.PMMLEncoder encocder,
org.dmg.pmml.Output output,
org.dmg.pmml.OutputField outputField)
public ContinuousOutputFeature(org.jpmml.converter.PMMLEncoder encoder,
org.dmg.pmml.Output output,
org.dmg.pmml.FieldName name,
org.dmg.pmml.DataType dataType)
public ContinuousOutputFeature toContinuousFeature()
toContinuousFeature in class org.jpmml.converter.ContinuousFeaturepublic ContinuousOutputFeature toContinuousFeature(org.dmg.pmml.DataType dataType)
toContinuousFeature in class org.jpmml.converter.Featureprotected ContinuousOutputFeature toContinuousFeature(org.dmg.pmml.FieldName name, org.dmg.pmml.DataType dataType, Supplier<? extends org.dmg.pmml.Expression> expressionSupplier)
toContinuousFeature in class org.jpmml.converter.Featurepublic org.dmg.pmml.OutputField getField()
getField in class org.jpmml.converter.Featurepublic org.dmg.pmml.Output getOutput()
Copyright © 2019. All rights reserved.