Package sklearn
Class StepUtil
- java.lang.Object
-
- sklearn.StepUtil
-
public class StepUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckNumberOfFeatures(Step step, List<? extends org.jpmml.converter.Feature> features)static StepgetHead(Step step)static intgetNumberOfFeatures(List<? extends Step> steps)static ObjectgetTag(Map<String,?> tags, String name)static ObjectgetTag(Map<String,?> tags, String name, Object defaultValue)static HasMultiTypegetType(Step step)
-
-
-
Method Detail
-
checkNumberOfFeatures
public static void checkNumberOfFeatures(Step step, List<? extends org.jpmml.converter.Feature> features)
-
getType
public static HasMultiType getType(Step step)
-
-