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