3 implementations of ProcessTrainingExample
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (3)
1105public bool ProcessTrainingExample(float output, bool labelIs1, float weight) 1442bool ICalibratorTrainer.ProcessTrainingExample(float output, bool labelIs1, float weight) 1667bool ICalibratorTrainer.ProcessTrainingExample(float output, bool labelIs1, float weight) => false;
1 reference to ProcessTrainingExample
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
989caliTrainer.ProcessTrainingExample(score, label > 0, weight);