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