I do not know the details of your application of ROC. But if you have a dataset of objets well classified, you may divide it in two datasets, the first one you may use to calibrate the method of classificationand the rest to estimate how the method is performing. Then you may try each of the proposed methods for calculation of the threshold and finally adopt which has the best performance.
This problem may be worked as a discrimination problem and there is software like SAS Proc Discrim with powerfull methods of clasification, several methods of evaluating the error of clasification and to model the statistical problem behind the data.
how did select the threshold i work in verification mode too , and i stil bugin in this step i try the method of this article but this is not very efficient, could you help me please
This paper introduces a detailed explanation with numerical examples many classification assessment methods or classification measures such as:
Accuracy, sensitivity, specificity, ROC curve, Precision-Recall curve, AUC score and many other metrics. In this paper, many details about the ROC curve, PR curve, and Detection Error Trade-off (DET) curve. Moreover, many details about some measures which are suitable for imbalanced data are explained.