View source: R/readMatchClsfrAnnotation.R
readMatchClsfrAnnotation | R Documentation |
Reads annotations from the matched click classifier. The matched matched click classifier annotates click detections with a threshold, matchcorr and rejectcorr values. The threshold value is used in the binary classification process. If it exceeds a hard value then the click is classified with the set type. The matchcorr and rejectcorr values are simply the correlation values of the match and reject templates with the click.
readMatchClsfrAnnotation(fid, fileInfo, anVersion, debug = FALSE)
fid |
binary file identifier |
fileInfo |
structure holding the file header and module header |
anVersion |
version id of annotation module |
debug |
logical flag to show more info on errors |
a vector with the threshold, matchcorr, and rejectcorr values. See description.
Taiki Sakai taiki.sakai@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.