Module scoring

Module scoring 

Source
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ᵢ ≤ 1

This guarantees the final score is also in [0, 1] (convex combination).

Re-export path: cellstate_core::scoring::*

Structs§

ScoringComponent
ScoringDebug
Debug output for scoring transparency
ScoringFactors
Raw per-factor scores, each in [0, 1].
ScoringWeights
Weights for deterministic scoring formula.
SourceQuality
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.