Skip to content
Snippets Groups Projects
Commit 7c81381c authored by Campos Cordobes, Sergio's avatar Campos Cordobes, Sergio
Browse files

Upload New File

parent 1be4b29c
No related branches found
No related tags found
No related merge requests found
-- Created on: 16/01/2023
-- @author: Andoni Aranguren Ubierna
-- Adaptations: 02/2023 @author: Sergio Campos
CALL recommender_popularity(NULL);
CALL recommender_preferences(0.8, 0, 0.2, 0, NULL);
CALL recommender_preferences(0, 0.7, 0.3, 0, NULL);
CALL recommender_preferences(0.1, 0.1, 0.8, 0, NULL);
CALL recommender_geographic_lat_lon(43.26, -2.9279, NULL);
CALL recommender_geographic_poi_id(7, NULL);
CALL recommender_bayesian_poi_id("7,10", NULL);
CALL recommender_tags_tag_id(1);
CALL recommender_tags_POI_id(7);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment