Searched refs:GetTargetWeight (Results 1 – 5 of 5) sorted by relevance
33 virtual float GetTargetWeight(int example_index) const = 0;69 float GetTargetWeight(int example_index) const override { in GetTargetWeight() function
63 float weight = target->GetTargetWeight(example); in UpdateModel()96 const float weight = target->GetTargetWeight(example); in UpdateModel()
38 float GetTargetWeight(int example_index) const override { in GetTargetWeight() function
126 weight_sum_ += target->GetTargetWeight(example); in AddExample()
186 const float weight = target->GetTargetWeight(example); in AddExample()