4 references to Sequence
Microsoft.ML.Core (4)
Utilities\MathUtils.cs (4)
403
private static Double Lentz(
Sequence
a,
Sequence
b, Double tol = 1e-15)
457
Sequence
adel = i =>
467
Sequence
bdel = i => i == 0 ? 0 : 1;