1 write to EntropyCoefficient
Microsoft.ML.Tests (1)
TrainerEstimators\TreeEstimators.cs (1)
274EntropyCoefficient = 0.3,
5 references to EntropyCoefficient
Microsoft.ML.FastTree (5)
BoostingFastTree.cs (1)
66TrainSet, FastTreeTrainerOptions.NumberOfLeaves, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, FastTreeTrainerOptions.EntropyCoefficient,
FastTreeArguments.cs (3)
622ectx.CheckUserArg(0 <= EntropyCoefficient && EntropyCoefficient <= 1, nameof(EntropyCoefficient), "Must be between 0 and 1.");
RandomForest.cs (1)
66TrainSet, FastTreeTrainerOptions.NumberOfLeaves, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, FastTreeTrainerOptions.EntropyCoefficient,