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