scirs2-datasets 0.4.1

Datasets module for SciRS2 (scirs2-datasets)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Benchmark dataset generators for optimization and machine learning.
//!
//! # Contents
//!
//! - [`test_functions`] — Optimization test functions: ZDT multi-objective,
//!   DTLZ, Ackley, Rastrigin, Griewank, Levy, and many more.
//! - [`ml_benchmarks`] — ML dataset generators: Friedman, moons, circles,
//!   Swiss roll, S-curve, imbalanced classification, concept drift.

pub mod ml_benchmarks;
pub mod test_functions;