rev2004 / nemadiy

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

Add java bean for EvaluationResult #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
EvaluatorInterface.evaluate() should return EvaluationResult.

EvaluationResult has:
scores for experiment
scores for folds
scores for tracks

Refactor all current Evaluator implementations to use this

Original issue reported on code.google.com by kris.west@gmail.com on 6 Mar 2010 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by kris.west@gmail.com on 6 Mar 2010 at 9:19

GoogleCodeExporter commented 9 years ago
Think about how comparisons should work...

...should this Object hold results for multiple systems? Should comparisons 
happen 
between these or over one of these.

Original comment by kris.west@gmail.com on 7 Mar 2010 at 12:27

GoogleCodeExporter commented 9 years ago
NemaEvaluationResultSet

Original comment by kris.west@gmail.com on 16 Jun 2010 at 2:14