1 write to MaxLabel
Microsoft.ML.FastTree (1)
FastTree.cs (1)
949MaxLabel = maxLabel;
5 references to MaxLabel
Microsoft.ML.FastTree (5)
FastTree.cs (5)
926get { return MaxLabel != float.PositiveInfinity; } 1595if (UsingMaxLabel && !(0 <= label && label <= MaxLabel)) 1596throw Host.Except("Found invalid label {0}. Value should be between 0 and {1}, inclusive.", label, MaxLabel); 1870if (cursor.Label < 0 || cursor.Label > MaxLabel) 1871throw ch.Except("Found invalid label {0}. Value should be between 0 and {1}, inclusive.", cursor.Label, MaxLabel);