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

Class PairwiseEffect

crates/openquant/src/fingerprint.rs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Clone, Debug, Default)]
10pub struct PairwiseEffect {
11 pub raw: BTreeMap<String, f64>,
12 pub norm: BTreeMap<String, f64>,
13}
14
15pub trait RegressionPredictor {
16 fn predict(&self, x: &[Vec<f64>]) -> Vec<f64>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected