scoring library
Bayesian match scoring for command palette filtering.
Classes
- BayesianScorer
- Bayesian fuzzy matcher for command palette.
- ConformalRanker
- Conformal ranker that assigns distribution-free confidence to rank positions.
- EvidenceEntry
- A single piece of evidence contributing to the match score.
- IncrementalScorer
- Incremental scorer that caches previous query results.
- MatchResult
- Result of scoring a query against a title.
- RankConfidence
- Confidence level for a ranking position.
- RankedItem
- A single item in the ranked results.
- RankedResults
- Result of ranking a set of match results.
- RankingSummary
- Summary statistics for a ranked result set.
Enums
- EvidenceKind
- Types of evidence that contribute to match scoring.
- MatchType
- Type of match between query and title.
- RankStability
- Stability classification for a rank position.