The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() ![]() |
|||||||
See also: CalcConfusionMatrix, EstimData | |||||||
OptimizeThresholds |
|||||||
The method OptimizeThresholds calculates the ROC (receiver operating characteristics) curve, its optimum, the AUC, and several optimum thresholds. The ROC curve is returned as the open 3xN array ROCCoords containing the following information: column 0 ... false positive ratesThe parameter BestROC returns the index to the optimum ROC value. Thus the point {ROCCoords[0,BestROC],ROCCoords[1,BestROC]} is the optimum point on the ROC curve, the cell ROCCoords[2,BestROC] contains the corresponding threshold.
The function returns the following error codes: 0 ... everything is OK
|