sklears-datasets 0.2.0

Dataset utilities and generation for sklears
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Legacy generator functions
//!
//! This module provides backward compatibility by re-exporting functions from the new
//! modular generator system. It serves as a bridge between the old monolithic generator
//! API and the new organized structure.

// Re-export functions from the new modular generators
pub use crate::generators::basic::*;
pub use crate::generators::experimental::*;
pub use crate::generators::multimodal::*;
pub use crate::generators::privacy::*;
pub use crate::generators::spatial::*;