Package sklearn
Class InitializerUtil
- java.lang.Object
-
- sklearn.InitializerUtil
-
public class InitializerUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jpmml.converter.FeaturecreateWildcardFeature(java.lang.String name, SkLearnEncoder encoder)static org.jpmml.converter.FeatureselectFeature(java.lang.String column, java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)static java.util.List<org.jpmml.converter.Feature>selectFeatures(java.util.List<?> columns, java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)
-
-
-
Method Detail
-
selectFeature
public static org.jpmml.converter.Feature selectFeature(java.lang.String column, java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)
-
selectFeatures
public static java.util.List<org.jpmml.converter.Feature> selectFeatures(java.util.List<?> columns, java.util.List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)
-
createWildcardFeature
public static org.jpmml.converter.Feature createWildcardFeature(java.lang.String name, SkLearnEncoder encoder)
-
-