Learn R Programming

CFilt (version 0.2.1)

CFilt: CFilt: A package about Collaborative Filtering by RC in R.

Description

The CFilt package provides one builder function CFbuilder and one class CF with methods that serve to change objects and recommend items or users.

Arguments

Author

Authors:

  • Jessica Quintanilha Kubrusly - jessicakubrusly@id.uff.br

  • Thiago Augusto Santos Lima - thiagoaugusto@id.uff.br

Details

Two main goals:

  • Structure the database so that changes can be made in a practical way through object-oriented programming.

  • Make recommendations through choices by the Collaborative Filtering methodology in a practical, fast and efficient manner.