public class ScalarLabelUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.jpmml.converter.Feature |
findLabelFeature(org.jpmml.converter.ScalarLabel scalarLabel,
List<? extends org.jpmml.converter.Feature> features) |
static org.dmg.pmml.OpType |
getOpType(org.jpmml.converter.ScalarLabel scalarLabel) |
static org.jpmml.converter.Feature |
toFeature(org.jpmml.converter.ScalarLabel scalarLabel,
org.dmg.pmml.Field<?> field,
org.jpmml.converter.PMMLEncoder encoder) |
static org.jpmml.converter.Feature |
toFeature(org.jpmml.converter.ScalarLabel scalarLabel,
org.jpmml.converter.PMMLEncoder encoder) |
public static org.dmg.pmml.OpType getOpType(org.jpmml.converter.ScalarLabel scalarLabel)
public static org.jpmml.converter.Feature toFeature(org.jpmml.converter.ScalarLabel scalarLabel,
org.jpmml.converter.PMMLEncoder encoder)
public static org.jpmml.converter.Feature toFeature(org.jpmml.converter.ScalarLabel scalarLabel,
org.dmg.pmml.Field<?> field,
org.jpmml.converter.PMMLEncoder encoder)
public static org.jpmml.converter.Feature findLabelFeature(org.jpmml.converter.ScalarLabel scalarLabel,
List<? extends org.jpmml.converter.Feature> features)
Copyright © 2023. All rights reserved.