5 references to Index
Microsoft.ML.FastTree (5)
FastTreeTweedie.cs (5)
207Host.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;