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)
1284return _dataset;