Public static methods
object circles(int n_samples, Nullable<double> noise, Nullable<int> seed, double factor, int n_classes, IDictionary<string, object> kwargs, Object[] args)
object circles(int n_samples, Nullable<double> noise, Nullable<int> seed, double factor, int n_classes, Object[] args)
object spirals(int n_samples, Nullable<double> noise, Nullable<int> seed, string mode, int n_loops, IDictionary<string, object> kwargs, Object[] args)
object spirals(int n_samples, Nullable<double> noise, Nullable<int> seed, string mode, int n_loops, Object[] args)
Public properties