Package sklearn.svm
Class OneClassSVMUtil
- java.lang.Object
-
- sklearn.svm.OneClassSVMUtil
-
public class OneClassSVMUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends Estimator & HasDecisionFunctionField>
org.dmg.pmml.OutputcreatePredictedOutput(E estimator)
-
-
-
Method Detail
-
createPredictedOutput
public static <E extends Estimator & HasDecisionFunctionField> org.dmg.pmml.Output createPredictedOutput(E estimator)
-
-