1 write to _boundaries
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1772_boundaries = new List<int>();
6 references to _boundaries
Microsoft.ML.FastTree (6)
FastTree.cs (6)
1857_boundaries.Add(index); 1865_boundaries.Add(index); 1890_boundaries.Add(checked((int)cursor.KeptRowCount)); 2357ulong[] queryIds = new ulong[_boundaries.Count - 1]; // All zeros is fine 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());