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