1 write to _targetsList
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1769_targetsList = new List<short>();
3 references to _targetsList
Microsoft.ML.FastTree (3)
FastTree.cs (3)
1880_targetsList.Add((short)cursor.Label); 2359? new Dataset.DatasetSkeleton(_targetsList.ToArray(), _boundaries.ToArray(), queryIds, docIds, new double[0][]) 2360: new Dataset.DatasetSkeleton(_targetsList.ToArray(), _boundaries.ToArray(), queryIds, docIds, new double[0][], _actualTargets.ToArray());