You are here

protected function CorrelationRecommender::savePredictionSql in Recommender API 6.2

1 call to CorrelationRecommender::savePredictionSql()
CorrelationRecommender::computePredictionMemory in ./Recommender.php
1 method overrides CorrelationRecommender::savePredictionSql()
Item2ItemRecommender::savePredictionSql in ./Recommender.php

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";
}