1 override of GetMaxLabel
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
133
private protected override float
GetMaxLabel
()
1 reference to GetMaxLabel
Microsoft.ML.FastTree (1)
FastTree.cs (1)
192
var instanceConverter = new ExamplesToFastTreeBins(Host, FastTreeTrainerOptions.MaximumBinCountPerFeature, useTranspose, !FastTreeTrainerOptions.FeatureFlocks, FastTreeTrainerOptions.MinimumExampleCountPerLeaf,
GetMaxLabel
());