Module prelude

Module prelude 

Source
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
PerformanceHints
Collection of performance hints
Resampler
Type-safe resampler with compile-time state checking
Uninitialized
Type-state pattern for compile-time correctness Uninitialized state

Enums§

PerformanceHint
Performance hint for consciousness-aligned optimization
ResamplingError
Error type for resampling operations

Traits§

ResamplingStrategy
Zero-cost abstraction for resampling strategies