Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ MaxFeatures
Enum
MaxFeatures
crates/openquant/src/sb_bagging.rs:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
#[derive(Debug, Clone, Copy)]
27
pub enum MaxFeatures {
28
Int(usize),
29
Float(f64),
30
}
31
32
#[derive(Debug, Clone)]
33
struct ClassifierEstimator {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected