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));
2357
ulong[] 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());