You are here

protected function Item2ItemRecommender::savePredictionSql in Recommender API 6.2

Overrides CorrelationRecommender::savePredictionSql

File

./Recommender.php, line 641

Class

Item2ItemRecommender

Code

protected function savePredictionSql() {

  //return "INSERT INTO {recommender_prediction}(app_id, mouse_id, cheese_id, prediction, created) VALUES";
  return "INSERT INTO {recommender_prediction}(app_id, cheese_id, mouse_id, prediction, created) VALUES";
}