detectdrift
構文
説明
は、内部の統計量とドリフト ステータスを IncCDDetector
= detectdrift(IncCDDetector
,X
)X
の新しいデータで更新し、変更された検出器 IncCDDetector
を返します。
detectdrift
は、IsWarm
プロパティが true
(または 1) の場合にのみドリフト ステータスを更新します。
は、IncCDDetector
= detectdrift(IncCDDetector
,X
,Weights=W
)W
の観測値の重みも使用して IncCDDetector
を更新します。
引数 Weights
はドリフト検出法 (DDM) にのみ使用できます。incrementalConceptDriftDetector
の呼び出しで引数 DetectionMethod
に "DDM"
を指定します。
例
入力引数
バージョン履歴
R2022a で導入