sklears-datasets 0.2.0

Dataset utilities and generation for sklears
Documentation
1
2
3
4
5
6
7
8
//! Synthetic data generators (refactored)
//!
//! This module provides comprehensive data generation functions organized by category.

// Re-export all generator functions from specialized modules
pub use crate::basic::*;
pub use crate::manifold::*;
pub use crate::matrix::*;