AcceptanceThreshold
結果が許容範囲にあるとみなされる,最小閾値を指定するオプションである.
詳細
- 次は,よく使われる設定である.
-
Automatic 自動閾値 val 通常0から1までの数値 - 一般に,特定の結果についての信頼がAcceptanceThresholdの設定値を下回る場合,その結果は棄却される.
- すべての結果が棄却されると,通常はMissing[…]が返される.
- Classify,Predictおよび異常検出関数において,AcceptanceThresholdの値を使って異常値が定義される.これはRarerProbability閾値に相当する.
例題
例 (4)
FindFaces[[image], {"Image", "Strength"}, AcceptanceThreshold -> .8]//DatasetFindFaces[[image], {"Image", "Strength"}, AcceptanceThreshold -> .5]//DatasetImageInstanceQはAcceptanceThreshold->0.5を使う:
ImageInstanceQ[[image], Entity["Concept", "Hawk::647j9"]]より高い認識閾値を使うと,オブジェクトが識別されないことがある:
ImageInstanceQ[[image], Entity["Concept", "Hawk::647j9"], AcceptanceThreshold -> .9]ImageIdentifyは自動許容閾値を使う:
ImageIdentify[[image]]ImageIdentify[[image], AcceptanceThreshold -> .7]閾値を超えるものが識別されない場合は,Missingオブジェクトが返される:
ImageIdentify[[image], AcceptanceThreshold -> 1]デフォルトのAcceptanceThresholdの値で異常値を削除する:
DeleteAnomalies[{1, 2, 4, 2, 4, 5, 8, 12}]DeleteAnomalies[{1, 2, 4, 2, 4, 5, 8, 12}, AcceptanceThreshold -> 0.1]テキスト
Wolfram Research (2019), AcceptanceThreshold, Wolfram言語関数, https://reference.wolfram.com/language/ref/AcceptanceThreshold.html.
CMS
Wolfram Language. 2019. "AcceptanceThreshold." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AcceptanceThreshold.html.
APA
Wolfram Language. (2019). AcceptanceThreshold. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AcceptanceThreshold.html
BibTeX
@misc{reference.wolfram_2026_acceptancethreshold, author="Wolfram Research", title="{AcceptanceThreshold}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/AcceptanceThreshold.html}", note=[Accessed: 12-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_acceptancethreshold, organization={Wolfram Research}, title={AcceptanceThreshold}, year={2019}, url={https://reference.wolfram.com/language/ref/AcceptanceThreshold.html}, note=[Accessed: 12-August-2026]}