pub fn score_candidate(
candidate: &CandidateFeatures,
weights: &ScoringWeights,
) -> f32Expand description
Compute the Bayesian composite score for a candidate.
Lower score = more relevant (distance-like convention).
pub fn score_candidate(
candidate: &CandidateFeatures,
weights: &ScoringWeights,
) -> f32Compute the Bayesian composite score for a candidate.
Lower score = more relevant (distance-like convention).