6 overrides of GetGradientInOneQuery
Microsoft.ML.FastTree (6)
FastTreeClassification.cs (1)
363
protected override void
GetGradientInOneQuery
(int query, int threadIndex)
FastTreeRanking.cs (1)
744
protected override void
GetGradientInOneQuery
(int query, int threadIndex)
FastTreeRegression.cs (1)
457
protected override void
GetGradientInOneQuery
(int query, int threadIndex)
FastTreeTweedie.cs (1)
451
protected override void
GetGradientInOneQuery
(int query, int threadIndex)
RandomForestClassification.cs (1)
394
protected override void
GetGradientInOneQuery
(int query, int threadIndex)
RandomForestRegression.cs (1)
530
protected override void
GetGradientInOneQuery
(int query, int threadIndex)
1 reference to GetGradientInOneQuery
Microsoft.ML.FastTree (1)
Training\Applications\ObjectiveFunction.cs (1)
90
GetGradientInOneQuery
(i, threadIndex);