Expand description
Prelude module for convenient imports
Re-exports§
pub use crate::smote::SmoteStrategy;pub use crate::adasyn::AdasynStrategy;pub use crate::random_undersampler::RandomUnderSampler;
Structs§
- Configured
- Configured state
- Fitted
- Fitted state
- Performance
Hints - Collection of performance hints
- Resampler
- Type-safe resampler with compile-time state checking
- Uninitialized
- Type-state pattern for compile-time correctness Uninitialized state
Enums§
- Performance
Hint - Performance hint for consciousness-aligned optimization
- Resampling
Error - Error type for resampling operations
Traits§
- Resampling
Strategy - Zero-cost abstraction for resampling strategies