5 references to Index
Microsoft.ML.FastTree (5)
FastTreeTweedie.cs (5)
207
Host.CheckUserArg(1 <= FastTreeTrainerOptions.
Index
&& FastTreeTrainerOptions.
Index
<= 2, nameof(FastTreeTrainerOptions.
Index
), "Must be in the range [1, 2]");
396
_index1 = 1 - options.
Index
;
397
_index2 = 2 - options.
Index
;