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