MCPcopy Create free account
hub / github.com/SingleRust/SingleRust / FeatureSelection

Enum FeatureSelection

src/shared/mod.rs:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20use utils::select_info_elem_to_indices;
21
22pub enum FeatureSelection {
23 HighlyVariableCol(String),
24 HighlyVariable(usize),
25 Randomized(usize),
26 VarianceThreshold(f64),
27 None,
28}
29
30pub enum ComputationMode {
31 Chunked(usize),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected