public interface AlgorithmTestAccumulator
Modifier and Type | Method and Description |
---|---|
void |
evaluatePrediction(long user,
SparseVector ratings,
SparseVector predictions)
Post a prediction to the evaluation.
|
void |
finish()
Stop the test timer and finalize the evaluation results.
|
void |
finishBuild()
Stop the algorithmInfo's build timer.
|
void |
startBuildTimer()
Start the algorithmInfo's build timer.
|
void |
startTestTimer()
Start the algorithmInfo's test timer.
|
void startBuildTimer()
void finishBuild()
void startTestTimer()
void finish()
void evaluatePrediction(long user, SparseVector ratings, SparseVector predictions)