R/CFilt.R

#' 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.
#'
#'@details
#'
#' Two main goals:
#' \itemize{
#' \item Structure the database so that changes can be made in a practical way through object-oriented programming.
#' \item Make recommendations through choices by the Collaborative Filtering methodology in a practical, fast and efficient manner.
#' }
#' @docType package
#' @name CFilt
#'
#' @author
#' Authors:
#' \itemize{
#' \item Jessica Quintanilha Kubrusly - jessicakubrusly@id.uff.br
#' \item Thiago Augusto Santos Lima - thiagoaugusto@id.uff.br
#' }
#' @importFrom methods setRefClass
#' @importFrom utils setTxtProgressBar
#' @importFrom utils txtProgressBar
#'
NULL

Try the CFilt package in your browser

Any scripts or data that you put into this service are public.

CFilt documentation built on Jan. 13, 2021, 5:38 a.m.