Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

IBclass

Item based model.


Description

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

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".

parameters:

the parameters used in the model, class "list".

Methods

show

signature(object = "IBclass")

See Also


rrecsys

Environment for Evaluating Recommender Systems

v0.9.7.3.1
GPL-3
Authors
Ludovik Çoba [aut, cre, cph], Markus Zanker [ctb], Panagiotis Symeonidis [ctb]
Initial release
2018-02-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.