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

Class Effect

crates/openquant/src/fingerprint.rs:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3#[derive(Clone, Debug, Default)]
4pub struct Effect {
5 pub raw: BTreeMap<usize, f64>,
6 pub norm: BTreeMap<usize, f64>,
7}
8
9#[derive(Clone, Debug, Default)]
10pub struct PairwiseEffect {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected