Module outliers

Source

Structs§

AdvancedOutlierInfo
異常値情報
AdvancedOutlierResult
高度な異常値検出結果

Enums§

AdvancedOutlierMethod
高度な異常値検出アルゴリズム

Functions§

detect_outliers_dbscan
DBSCAN風の密度ベース異常値検出
detect_outliers_ensemble
アンサンブル異常値検出
detect_outliers_isolation
分離度ベースの異常値検出(Isolation Forest風)
detect_outliers_lof
LOF (Local Outlier Factor) による異常値検出