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

Class OncResult

crates/openquant/src/onc.rs:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 #[error("clustering failed to produce a partition")]
14 ClusteringFailed,
15}
16
17#[derive(Debug, Clone)]
18pub struct OncResult {
19 pub ordered_correlation: DMatrix<f64>,
20 pub clusters: BTreeMap<usize, Vec<usize>>,
21 pub silhouette_scores: Vec<f64>,
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected