Module Half_moons.Config

Configuration for the half moons dataset

type t = {
  1. noise_range : float;
    (*

    Range of noise to add to the coordinates

    *)
  2. seed : int option;
    (*

    Optional random seed for reproducibility

    *)
}
val default : t