1 write to _actualTargets
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1770
_actualTargets
= new List<double>();
2 references to _actualTargets
Microsoft.ML.FastTree (2)
FastTree.cs (2)
1877
_actualTargets
.Add(cursor.Label);
2360
: new Dataset.DatasetSkeleton(_targetsList.ToArray(), _boundaries.ToArray(), queryIds, docIds, new double[0][],
_actualTargets
.ToArray());