is_outlier_detector#

sklearn.base.is_outlier_detector(estimator)[source]#

如果给定估算器(可能)是异常值检测器,则返回 True。

参数:
estimatorestimator instance

要测试的估计器对象。

返回:
outbool

如果估计器是异常值检测器,则为 True,否则为 False。