4 references to IsMonotonicallyIncreasing
Microsoft.ML.Core.Tests (4)
UnitTests\TestUtilities.cs (4)
28Assert.True(Utils.IsMonotonicallyIncreasing(x)); 35Assert.True(Utils.IsMonotonicallyIncreasing(x)); 41Assert.False(Utils.IsMonotonicallyIncreasing(x)); 46Assert.True(Utils.IsMonotonicallyIncreasing(nullX));