6 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));
Microsoft.ML.FastTree (1)
Dataset\FeatureFlock.cs (1)
1174Contracts.Assert(Utils.IsMonotonicallyIncreasing(hotFeatureStarts));
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
582Host.CheckDecode(Utils.IsMonotonicallyIncreasing(starts));