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;
2 references to ProcessTrainingExample
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
989caliTrainer.ProcessTrainingExample(score, label > 0, weight);
Microsoft.ML.Ensemble (1)
PipelineEnsemble.cs (1)
359caliTrainer.ProcessTrainingExample(score, label > 0, weight);