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

Class ClassifierEstimator

crates/openquant/src/sb_bagging.rs:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32#[derive(Debug, Clone)]
33struct ClassifierEstimator {
34 feature_idx: usize,
35 threshold: f64,
36 positive_on_ge: bool,
37}
38
39#[derive(Debug, Clone)]
40struct RegressorEstimator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected