R/lfl-package.R

#' lfl - Linguistic Fuzzy Logic
#'
#' Various algorithms related (not only) to linguistic fuzzy logic: mining for linguistic fuzzy association
#' rules, composition of fuzzy relations, performing perception-based logical deduction (PbLD),
#' and forecasting time-series using fuzzy rule-based ensemble (FRBE).
#'
#' Other methods include fuzzy transform and computation of Sugeno integrals. Also basic algebraic
#' functions related to fuzzy logic are contained, which allow to handle missing values using different
#' styles such as Kleene, Bochvar, Sobocinski and other.
#'
#' @name lfl
#' @docType package
#' @useDynLib lfl, .registration = TRUE
#' @importFrom Rcpp evalCpp
#'
NULL

Try the lfl package in your browser

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

lfl documentation built on Sept. 8, 2022, 5:08 p.m.