powered by
Calculates the membership of sets according to the logic defined in FUN.
cardinality(object, sets = NULL, ...)# S4 method for TidySet cardinality(object, sets, FUN = "sum", ...)
# S4 method for TidySet cardinality(object, sets, FUN = "sum", ...)
A TidySet object.
Character vector with the name of the sets.
Other arguments passed to FUN.
FUN
Function that returns a single numeric value given a vector of fuzzy values.
cardinality(TidySet): Cardinality of sets
cardinality(TidySet)
size()
rel <- list(A = letters[1:3], B = letters[1:2]) TS <- tidySet(rel) cardinality(TS, "A")
Run the code above in your browser using DataLab