2 writes to _dataset
Microsoft.ML.FastTree (2)
FastTree.cs (2)
1272
_dataset
= Construct(data, ref _numExamples, maxBins, parallelTraining);
1279
_dataset
= Construct(data, ref _numExamples, -1, null);
1 reference to _dataset
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1284
return
_dataset
;