1 write to _labels
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
527
_labels
= FastTreeRegressionTrainer.GetDatasetRegressionLabels(scoreTracker.Dataset);
2 references to _labels
Microsoft.ML.FastTree (2)
Training\Test.cs (2)
528
Contracts.Check(scoreTracker.Dataset.NumDocs ==
_labels
.Length, "Mismatch between dataset and labels");
553
double error =
_labels
[i] - scores[i];