19 references to CheckValue
Microsoft.ML.Data (3)
Microsoft.ML.Ensemble (1)
Microsoft.ML.FastTree (6)
GamModelParameters.cs (5)
67Host.CheckValue(binEffects, nameof(binEffects), "May not be null.");
68Host.CheckValue(binUpperBounds, nameof(binUpperBounds), "May not be null.");
88Host.CheckValue(binEffects[i], nameof(binEffects), "Array contained null entries");
358Host.CheckValue(writer, nameof(writer), "writer must not be null.");
438Host.CheckValue(writer, nameof(writer), "writer must not be null");
Microsoft.ML.StandardTrainers (2)
Microsoft.ML.Sweeper (4)
Microsoft.ML.TimeSeries (1)
Microsoft.ML.Transforms (2)