5 references to IsMonotonicallyIncreasing
Microsoft.ML.Core.Tests (4)
UnitTests\TestUtilities.cs (4)
89Assert.True(Utils.IsMonotonicallyIncreasing(x)); 96Assert.True(Utils.IsMonotonicallyIncreasing(x)); 102Assert.False(Utils.IsMonotonicallyIncreasing(x)); 109Assert.False(Utils.IsMonotonicallyIncreasing(x));
Microsoft.ML.FastTree (1)
GamModelParameters.cs (1)
90Host.CheckParam(Utils.IsMonotonicallyIncreasing(binUpperBounds[i]), nameof(binUpperBounds), "Array must be monotonically increasing");