AcceptanceThreshold

AcceptanceThreshold

結果が許容範囲にあるとみなされる,最小閾値を指定するオプションである.

詳細

  • 次は,よく使われる設定である.
  • Automatic自動閾値
    val通常0から1までの数値
  • 一般に,特定の結果についての信頼がAcceptanceThresholdの設定値を下回る場合,その結果は棄却される.
  • すべての結果が棄却されると,通常はMissing[]が返される.
  • ClassifyPredictおよび異常検出関数において,AcceptanceThresholdの値を使って異常値が定義される.これはRarerProbability閾値に相当する.

例題

  (4)

顔を検出する際の許容閾値を指定する:

閾値を下げる:

ImageInstanceQAcceptanceThreshold->0.5を使う:

より高い認識閾値を使うと,オブジェクトが識別されないことがある:

ImageIdentifyは自動許容閾値を使う:

カスタム閾値を指定する:

閾値を超えるものが識別されない場合は,Missingオブジェクトが返される:

デフォルトのAcceptanceThresholdの値で異常値を削除する:

より高い閾値で異常値を削除する:

Wolfram Research (2019), AcceptanceThreshold, Wolfram言語関数, https://reference.wolfram.com/language/ref/AcceptanceThreshold.html.

テキスト

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_2024_acceptancethreshold, author="Wolfram Research", title="{AcceptanceThreshold}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/AcceptanceThreshold.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_acceptancethreshold, organization={Wolfram Research}, title={AcceptanceThreshold}, year={2019}, url={https://reference.wolfram.com/language/ref/AcceptanceThreshold.html}, note=[Accessed: 22-November-2024 ]}