Package sklearn2pmml.preprocessing
Class BlockIndicatorUtil
- java.lang.Object
-
- sklearn2pmml.preprocessing.BlockIndicatorUtil
-
public class BlockIndicatorUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<org.jpmml.converter.Feature>selectFeatures(List<?> blockIndiators, List<org.jpmml.converter.Feature> features)static org.dmg.pmml.BlockIndicator[]toBlockIndicators(List<org.jpmml.converter.Feature> features)
-