| 14 | |
| 15 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] |
| 16 | pub enum EnsembleMethod { |
| 17 | Bagging, |
| 18 | Boosting, |
| 19 | } |
| 20 | |
| 21 | #[derive(Debug, Clone, Copy, PartialEq)] |
| 22 | pub struct BiasVarianceNoise { |
nothing calls this directly
no outgoing calls
no test coverage detected