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

Class EventSelectionStage

crates/openquant/src/pipeline.rs:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41#[derive(Debug, Clone)]
42pub struct EventSelectionStage {
43 pub indices: Vec<usize>,
44 pub timestamps: Vec<NaiveDateTime>,
45 pub probabilities: Vec<f64>,
46 pub sides: Vec<f64>,
47}
48
49#[derive(Debug, Clone)]
50pub struct SignalStage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected