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