1 reference to _periodics
Microsoft.ML.FastTree (1)
Utils\PseudorandomFunction.cs (1)
22
_data =
_periodics
.Select(x => Enumerable.Range(0, x).Select(y => rand.Next(-1, int.MaxValue) + 1).ToArray()).ToArray();