recommendSimilar: Recommends products similar to given products

Description Usage Arguments

Description

Based on the similarity matix and given product recommends top products

Usage

1
recommendSimilar(sim.matrix, skus, values, exclude.same, groups = NULL)

Arguments

sim.matrix

similarity matrix based on implicit interractions

skus

identifiers of the implicit interraction products (source should match names in sim.matrix)

values

required number of recommendations

exclude.same

excludes values in 'skus' from recommendations

groups

- named vector of sku categories


byapparov/recommender documentation built on May 13, 2019, 9:54 a.m.