make_sin
	
function defined in module 
	MLUtils.Datasets
			make_sin(n, start, stop; noise = 0.3, f_rand = randn) -> x, y
			Generates 
			n noisy equally spaces samples of a sinus from 
			start to 
			stop by adding 
			noise .* f_rand(length(x)) to the result of 
			fun(x).
There is
			1
			method for MLUtils.Datasets.make_sin:
		
The following pages link back here: