2 references to ExamplesToFastTreeBins
Microsoft.ML.FastTree (2)
FastTree.cs (1)
192
var instanceConverter = new
ExamplesToFastTreeBins
(Host, FastTreeTrainerOptions.MaximumBinCountPerFeature, useTranspose, !FastTreeTrainerOptions.FeatureFlocks, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, GetMaxLabel());
GamTrainer.cs (1)
257
var instanceConverter = new
ExamplesToFastTreeBins
(Host, GamTrainerOptions.MaximumBinCountPerFeature, useTranspose, !GamTrainerOptions.FeatureFlocks, GamTrainerOptions.MinimumExampleCountPerLeaf, float.PositiveInfinity);