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

Enum EnsembleMethod

crates/openquant/src/ensemble_methods.rs:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15#[derive(Debug, Clone, Copy, PartialEq, Eq)]
16pub enum EnsembleMethod {
17 Bagging,
18 Boosting,
19}
20
21#[derive(Debug, Clone, Copy, PartialEq)]
22pub struct BiasVarianceNoise {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected