You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
Example code appears to be incorrect here:
http://accord-framework.net/docs/html/T_Accord_MachineLearning_VectorMachines_Learning_ProbabilisticOutputCalibration.htm
The object in the following line should be ProbabilisticOutputCalibration?
// Instantiate the probabilistic learning calibration
ProbabilisticOutputLearning calibration = new ProbabilisticOutputLearning(svm, inputs, labels);