AnomalyDetector
Classify等の関数のオプションで,含めるべき異常検出器を指定する.
詳細

- 次は,AnomalyDetectorの可能な設定である.
-
None 異常検出器は使わない(デフォルト) AnomalyDetectorFunction[…] 指定された異常検出器を使う Automatic 使用可能なデータから異常検出器を作成する LearnedDistribution[…] 学習済みの分布から異常検出器を作成する - 指定された異常検出器は,一般に,モデルの訓練中ではなく評価中に使われる.
- 異常な例に遭遇すると,分類あるいは予測の結果の代りにMissing["Anomalous"]が返される.
- Classify[ClassifierFunction[…],AnomalyDetectordetector]を使って特定の分類器の異常検出器を上書きすることができる(PredictorFunction[…]についても同様のことが言える).
- 異常検出器で使われる稀少確率の閾値をClassify[ClassifierFunction[…],AcceptanceThresholdt]を使って上書きすることができる.
- ClassifierFunction[…][example,AnomalyDetectordetector]を使って,モデルの評価中に一時的に異常検出器を上書きすることができる.
- ClassifierFunction[…][example,AcceptanceThresholdt]を使って,モデルの評価中に一時的に稀少確率の閾値を上書きすることができる.
関連するガイド
-
▪
- 教師あり機械学習
テキスト
Wolfram Research (2020), AnomalyDetector, Wolfram言語関数, https://reference.wolfram.com/language/ref/AnomalyDetector.html.
CMS
Wolfram Language. 2020. "AnomalyDetector." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AnomalyDetector.html.
APA
Wolfram Language. (2020). AnomalyDetector. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AnomalyDetector.html
BibTeX
@misc{reference.wolfram_2025_anomalydetector, author="Wolfram Research", title="{AnomalyDetector}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/AnomalyDetector.html}", note=[Accessed: 15-September-2025]}
BibLaTeX
@online{reference.wolfram_2025_anomalydetector, organization={Wolfram Research}, title={AnomalyDetector}, year={2020}, url={https://reference.wolfram.com/language/ref/AnomalyDetector.html}, note=[Accessed: 15-September-2025]}