protected function CorrelationRecommender::savePredictionSql in Recommender API 6.2
1 call to CorrelationRecommender::savePredictionSql()
1 method overrides CorrelationRecommender::savePredictionSql()
File
- ./
Recommender.php, line 597
Class
- CorrelationRecommender
- The recommender implementation for the classical correlation-coefficient based algorithm
Code
protected function savePredictionSql() {
return "INSERT INTO {recommender_prediction}(app_id, mouse_id, cheese_id, prediction, created) VALUES";
}