public class InitializerUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.jpmml.converter.Feature |
selectFeature(String column,
List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
static List<org.jpmml.converter.Feature> |
selectFeatures(List<?> columns,
List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
public static org.jpmml.converter.Feature selectFeature(String column, List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)
public static List<org.jpmml.converter.Feature> selectFeatures(List<?> columns, List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)
Copyright © 2023. All rights reserved.