3 overrides of Train
Microsoft.ML.FastTree (3)
FastTreeRanking.cs (1)
383private protected override void Train(IChannel ch)
FastTreeRegression.cs (1)
401private protected override void Train(IChannel ch)
FastTreeTweedie.cs (1)
337private protected override void Train(IChannel ch)
4 references to Train
Microsoft.ML.FastTree (4)
FastTree.cs (1)
230Train(ch);
FastTreeRanking.cs (1)
385base.Train(ch);
FastTreeRegression.cs (1)
403base.Train(ch);
FastTreeTweedie.cs (1)
339base.Train(ch);