public interface ConditionEvaluator
Measures the performance of a single experimental condition.
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
finish()
Finish measuring the performance for the algorithm and data set.
|
Map<String,Object> |
measureUser(TestUser testUser)
Measure the performance for a single user.
|