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) |
static <E extends org.jpmml.converter.ScalarLabel> |
toScalarLabels(Class<? extends E> clazz,
org.jpmml.converter.Label label) |
static List<org.jpmml.converter.ScalarLabel> |
toScalarLabels(org.jpmml.converter.Label label) |
public static org.dmg.pmml.OpType getOpType(org.jpmml.converter.ScalarLabel scalarLabel)
public static List<org.jpmml.converter.ScalarLabel> toScalarLabels(org.jpmml.converter.Label label)
public static <E extends org.jpmml.converter.ScalarLabel> List<E> toScalarLabels(Class<? extends E> clazz, org.jpmml.converter.Label label)
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.