Package sklearn
Interface OutlierDetector
-
- All Superinterfaces:
HasDecisionFunctionField,HasOutlierField
- All Known Implementing Classes:
IsolationForest,OneClassSVM,SGDOneClassSVM
public interface OutlierDetector extends HasDecisionFunctionField, HasOutlierField
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_OUTLIER
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default NumbergetDecisionFunctionThreshold()-
Methods inherited from interface sklearn.HasDecisionFunctionField
getDecisionFunctionField
-
Methods inherited from interface sklearn.HasOutlierField
getOutlierField
-
-
-
-
Field Detail
-
FIELD_OUTLIER
static final String FIELD_OUTLIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDecisionFunctionThreshold
default Number getDecisionFunctionThreshold()
-
-