VoxForge
Dear all.
In HTK tutorial, it said HResults can calculate receiver operating characteristic (ROC).
But in tutorial just said it can be but does not explain how to use it.
Please tell me how to calculate ROC by using HTK.
Best.
--- (Edited on 6/19/2011 4:18 am [GMT-0500] by Noah) ---
>Please tell me how to calculate ROC by using HTK.
Best to ask on the HTK mailing list.
--- (Edited on 8/2/2011 9:59 am [GMT-0400] by kmaclean) ---
Having the same problem, i found that:
HResults -w -f -I reference.mlf words-sorted.list results.mlf
shows the ROC information.
-f explanation: Normally, HRESULTS accumulates statistics for all input files and just outputs a summary on completion. This option forces match statistics to be output for each input test file.
--- (Edited on 3/11/2014 3:22 pm [GMT-0500] by Visitor) ---