| 20 | use utils::select_info_elem_to_indices; |
| 21 | |
| 22 | pub enum FeatureSelection { |
| 23 | HighlyVariableCol(String), |
| 24 | HighlyVariable(usize), |
| 25 | Randomized(usize), |
| 26 | VarianceThreshold(f64), |
| 27 | None, |
| 28 | } |
| 29 | |
| 30 | pub enum ComputationMode { |
| 31 | Chunked(usize), |
nothing calls this directly
no outgoing calls
no test coverage detected