Skip to main content

compute_cluster_maturity

Function compute_cluster_maturity 

Source
pub async fn compute_cluster_maturity(
    engine: &MnemoEngine,
    cluster: &[&MemoryRecord],
    weights: MaturityWeights,
    saturation: MaturitySaturation,
) -> Result<Option<MaturityBreakdown>>
Expand description

Compute the per-cluster maturity breakdown.

Returns None for empty clusters (caller should never invoke on one, but we degrade gracefully).