MCPcopy Create free account
hub / github.com/Open-Quant/openquant / ClusterState

Class ClusterState

crates/openquant/src/onc.rs:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21#[derive(Clone)]
22struct ClusterState {
23 ordered_correlation: DMatrix<f64>,
24 clusters: BTreeMap<usize, Vec<usize>>,
25 silhouette_scores: Vec<f64>,
26}
27
28pub fn check_improve_clusters<T: Clone>(
29 new_tstat_mean: f64,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected