Uses of Interface
sklearn.HasDecisionFunctionField
-
Packages that use HasDecisionFunctionField Package Description sklearn.ensemble.iforest sklearn.linear_model.stochastic_gradient sklearn.svm -
-
Uses of HasDecisionFunctionField in sklearn.ensemble.iforest
Classes in sklearn.ensemble.iforest that implement HasDecisionFunctionField Modifier and Type Class Description classIsolationForest -
Uses of HasDecisionFunctionField in sklearn.linear_model.stochastic_gradient
Classes in sklearn.linear_model.stochastic_gradient that implement HasDecisionFunctionField Modifier and Type Class Description classSGDOneClassSVM -
Uses of HasDecisionFunctionField in sklearn.svm
Classes in sklearn.svm that implement HasDecisionFunctionField Modifier and Type Class Description classOneClassSVMMethods in sklearn.svm with type parameters of type HasDecisionFunctionField Modifier and Type Method Description static <E extends Estimator & HasDecisionFunctionField>
org.dmg.pmml.OutputOneClassSVMUtil. createPredictedOutput(E estimator)
-