1 instantiation of SubGraph
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
595
_subGraph = new
SubGraph
(TrainSet.NumFeatures, GamTrainerOptions.NumberOfIterations);
1 reference to SubGraph
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
155
private
SubGraph
_subGraph;