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

ds-class

Dataset class.


Description

Defines a structure for a dataset that distinguishes between binary and non-binary feedback datasets.

Slots

binary:

class "logical", determines if the item dataset contains binary (i.e. 1/0) or non-binary ratings.

minimum:

class "numeric", defines the minimal value present in the dataset.

maximum:

class "numeric", defines the maximal value present in the dataset.

intScale:

object of class "logical", if TRUE the range of ratings in the dataset contains as well half star values.

Methods

show

signature(object = "_ds")

sparsity

signature(object = "_ds"): returns the sparsity of the dataset.

summary

signature(object = "_ds"): summary of the characteristics of the dataset.


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.