public static int[] Interval( this IntRange range, int steps )
<ExtensionAttribute> Public Shared Function Interval ( range As IntRange, steps As Integer ) As Integer()
The Range methods should be equivalent to NumPy's np.linspace function. For a similar method that accepts a step size instead of a number of steps, see Range(Int32, Int32).
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.