Version 1
(of 1)
|
Version created on:
15/03/11 @ 15:23:54
by:
Matko Bošnjak
|
Revision comments
Last edited on: 15/03/11 @ 15:30:08 by: Matko Bošnjak
Title: Item to item similarity matrix -based recommender
Type: RapidMiner
Preview
(Click on the image to get the full size)
Description
This process executes the recommendation based on item to item similarity matrix.
The inputs to the process are context defined macros: %{id} defines an item ID for which we would like to obtain recommendation and %{recommender_no} defines the required number of recommendations. The process internally uses an item to item similarity matrix written in pairwise form (id1, id2, similarity).
The process essentially filters out appearances of the required ID in both of the columns of the pairwise score matrix and then limits the output to the first top %{recommender_no} items based on the score (e.g. similarity) written in the matrix.
The output of the process is an example set consisting of two attributes: recommendation and score of the recommendation.
Download
Run
Not available
Workflow Components
Workflow Type
Log in to add Tags
Shared with Groups (0)
None
Current:
0.0 / 5
(0 ratings)
Log in to rate and see breakdown of ratings
Statistics
None
Earliest Version:
[1] - Item to item similarity matrix -based recommender
This Workflow only has one version.
Reviews
(0)
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Linked Data
Non-Information Resource URI: http://www.myexperiment.org/workflows/1946
Alternative Formats
Copyright © 2007 - 2011 The University of Manchester and University of Southampton
Log in to make a comment
The Retrive Operator uses the dataset "pairs" but where we can find this dataset?
Thank you