Learn R Programming

rrecsys (version 0.9.5.4)

IBclass: Item based model.

Description

Container for the model learned using any k-nearest neighbor item-based collaborative filtering algorithm.

Arguments

Slots

alg:

The algorithm denominator, of class "character".

data:

the dataset used for training the model, class "matrix".

sim:

The item - item similarity matrix, class "matrix".

sim_index_kNN:

The index of the k nearest neighbors for each item, class "matrix".

neigh:

The size of the neighborhood, class "numeric".

Methods

show

signature(object = "IBclass")

See Also

rrecsys.