Uses of Interface
sklearn.OutlierDetector
-
Packages that use OutlierDetector Package Description sklearn sklearn.ensemble.iforest sklearn.linear_model.stochastic_gradient sklearn.svm -
-
Uses of OutlierDetector in sklearn
Methods in sklearn with type parameters of type OutlierDetector Modifier and Type Method Description static <E extends Estimator & OutlierDetector>
org.dmg.pmml.OutputOutlierDetectorUtil. createPredictedOutput(E estimator)static <E extends Estimator & OutlierDetector>
org.dmg.pmml.OutputOutlierDetectorUtil. createPredictedOutput(E estimator, String name, org.jpmml.converter.Transformation... transformations) -
Uses of OutlierDetector in sklearn.ensemble.iforest
Classes in sklearn.ensemble.iforest that implement OutlierDetector Modifier and Type Class Description classIsolationForestMethods in sklearn.ensemble.iforest with type parameters of type OutlierDetector Modifier and Type Method Description static <E extends Estimator & HasIsolationForest & OutlierDetector>
org.dmg.pmml.mining.MiningModelIsolationForestUtil. encodeMiningModel(E estimator, List<org.dmg.pmml.tree.TreeModel> treeModels, boolean corrected, boolean nodeSampleCorrected, org.jpmml.converter.Schema schema) -
Uses of OutlierDetector in sklearn.linear_model.stochastic_gradient
Classes in sklearn.linear_model.stochastic_gradient that implement OutlierDetector Modifier and Type Class Description classSGDOneClassSVM -
Uses of OutlierDetector in sklearn.svm
Classes in sklearn.svm that implement OutlierDetector Modifier and Type Class Description classOneClassSVM
-