Expand description
Deterministic scoring formula with transparency
The scoring formula computes a weighted sum of N orthogonal factors, each normalized to [0, 1]:
score = Σ wᵢ · Sᵢ where Σ wᵢ = 1 and 0 ≤ Sᵢ ≤ 1This guarantees the final score is also in [0, 1] (convex combination).
Re-export path: cellstate_core::scoring::*
Structs§
- Scoring
Component - Scoring
Debug - Debug output for scoring transparency
- Scoring
Factors - Raw per-factor scores, each in [0, 1].
- Scoring
Weights - Weights for deterministic scoring formula.
- Source
Quality - Source quality tracking (P2)
Functions§
- aggregate_
belief_ modifier - Aggregate belief confidence across multiple beliefs about the same entity.
- belief_
confidence_ modifier - Apply belief-confidence modifiers to a base score.