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