public static float[] Interval( this Range range, int steps )
<ExtensionAttribute> Public Shared Function Interval ( range As Range, steps As Integer ) As Single()
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.