6 references to HasWeights
Microsoft.ML.FastTree (6)
GamTrainer.cs (6)
304var sumWeights = HasWeights ? TrainSet.SampleWeights.Sum() : 0; 363globalFeatureIndex, 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>