Searched refs:ClassificationAddTotalExample (Results 1 – 2 of 2) sorted by relevance
209 virtual void ClassificationAddTotalExample(int64 int_label, float weight) = 0;335 void ClassificationAddTotalExample(int64 int_label, float weight) override { in ClassificationAddTotalExample() function399 void ClassificationAddTotalExample(int64 int_label, float weight) override { in ClassificationAddTotalExample() function501 void ClassificationAddTotalExample(int64 int_label, float weight) override { in ClassificationAddTotalExample() function
203 ClassificationAddTotalExample(int_label, weight); in AddExample()