Package sklearn.model_selection
Class ThresholdClassifierUtil
- java.lang.Object
-
- sklearn.model_selection.ThresholdClassifierUtil
-
public class ThresholdClassifierUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.dmg.pmml.ModelencodeModel(Classifier estimator, Number threshold, org.jpmml.converter.Schema schema)
-
-
-
Method Detail
-
encodeModel
public static org.dmg.pmml.Model encodeModel(Classifier estimator, Number threshold, org.jpmml.converter.Schema schema)
-
-