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.Output |
getOutput() |
ContinuousOutputFeature |
toContinuousFeature() |
ContinuousOutputFeature |
toContinuousFeature(org.dmg.pmml.DataType dataType) |
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.Featurepublic org.dmg.pmml.Output getOutput()
Copyright © 2018. All rights reserved.