4 references to Index
Microsoft.ML.Data (4)
Utils\LossFunctions.cs (4)
598
Contracts.CheckUserArg(1 <= options.
Index
&& options.
Index
<= 2, nameof(options.
Index
), "Must be in the range [1, 2]");
599
_index = options.
Index
;