public class FeatureUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Feature |
createFeature(org.dmg.pmml.Field<?> field,
PMMLEncoder encoder) |
static Feature |
findFeature(List<? extends Feature> features,
String name) |
static Feature |
findLabelFeature(List<? extends Feature> features,
ScalarLabel scalarLabel) |
static List<String> |
formatNames(List<? extends Feature> features,
char quoteChar) |
static String |
getName(Feature feature) |
public static Feature createFeature(org.dmg.pmml.Field<?> field, PMMLEncoder encoder)
public static Feature findLabelFeature(List<? extends Feature> features, ScalarLabel scalarLabel)
Copyright © 2023. All rights reserved.