# `GEPA.Adapters.Confidence.Scoring.Threshold`
[🔗](https://github.com/nshkrdotcom/gepa_ex/blob/v0.3.0/lib/gepa/adapters/confidence/scoring.ex#L95)

Scores a correct answer as 1.0 only when confidence probability is greater
than or equal to `threshold`; otherwise 0.0.

# `t`

```elixir
@type t() :: %GEPA.Adapters.Confidence.Scoring.Threshold{threshold: float()}
```

# `describe`

# `new`

```elixir
@spec new(keyword() | map()) :: t()
```

# `score`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
