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

Class ImportanceStats

crates/openquant/src/feature_importance.rs:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Clone, Copy, Debug, Default)]
8pub struct ImportanceStats {
9 pub mean: f64,
10 pub std: f64,
11}
12
13#[derive(Clone, Copy, Debug, Default)]
14pub struct PcaCorrelation {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected