arulePredict: Creates recommendations based on input association rules

Description Usage Arguments Examples

View source: R/arulePredict.R

Description

This function returns recommendations based on input association rules and a new unseen dataset

Usage

1
arulePredict(rules, newdata, customerkey, productkey)

Arguments

rules

Association Rule Mining Training Vector Object

newdata

New input data.frame with customers and items

customerkey

The name of the Column containing customer ID's

productkey

The name of the Column containing item/product ID's

Examples

1
rule_predict(rules, newdata, customerkey, productkey)

HenrikVarmer/aruleRec documentation built on Sept. 8, 2020, 10:39 a.m.