fangfangli / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

Deprecate FCollection* #305

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think we should consider deprecating FCollection, FCollections and 
FCollectionsFile. With the new evaluation API from Issue 304, in particular the 
AnnotationStatistics class, I'm not sure how useful the FCollection* classes 
are anymore.

Original issue reported on code.google.com by steven.b...@gmail.com on 3 May 2012 at 9:54

GoogleCodeExporter commented 9 years ago
I've started playing around with AnnotationStatistics for a binary 
classification scenario (either the sentence gets a tag or not), and I think I 
might need to go back to FCollection because it tracks true/false 
positives/negatives.  If I want to get data to eventually plot an ROC curve, 
what do you suggest?

Original comment by lee.becker on 5 May 2012 at 6:07

GoogleCodeExporter commented 9 years ago
AnnotationStatistics already has precision, recall, F1, and a confusion matrix. 
You should feel free to add anything else you need to it. But if what you'd add 
would duplicate FCollection exactly, then maybe we'll just keep that around as 
well.

Original comment by steven.b...@gmail.com on 6 May 2012 at 6:32

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 24 Jul 2012 at 5:32

GoogleCodeExporter commented 9 years ago

Original comment by lee.becker on 17 Feb 2013 at 5:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 57fc8fd8c67a.

Original comment by lee.becker on 18 Feb 2013 at 6:51