6 references to HasWeights
Microsoft.ML.FastTree (6)
GamTrainer.cs (6)
304
var sumWeights =
HasWeights
? TrainSet.SampleWeights.Sum() : 0;
363
globalFeatureIndex, flockIndex, subFeatureIndex, GamTrainerOptions.MinimumExampleCountPerLeaf,
HasWeights
,
587
_histogram[i] = TrainSet.Flocks[i].CreateSufficientStats(
HasWeights
);
597
_leafSplitHelper = new LeafSplitHelper(
HasWeights
);
625
/// <see cref="
HasWeights
"/> is <c>false</c></param>
640
/// <see cref="
HasWeights
"/> is <c>false</c></param>