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