This class implements the data structure and methods for fuzzy concepts.
new()
Creator for objects of class SparseConcept
SparseConcept$new(extent, intent)
extent
(SparseSet
) The extent of the concept.
intent
(SparseSet
) The intent of the concept.
An object of class SparseConcept
.
get_extent()
Internal SparseSet
for the extent
SparseConcept$get_extent()
The SparseSet
representation of the extent.
get_intent()
Internal SparseSet
for the intent
SparseConcept$get_intent()
The SparseSet
representation of the intent.
print()
Prints the concept to console
SparseConcept$print()
A string with the elements of the set and their grades between brackets .
to_latex()
Write the concept in LaTeX format
SparseConcept$to_latex(print = TRUE)
print
(logical) Print to output?
The fuzzy concept in LaTeX.
clone()
The objects of this class are cloneable with this method.
SparseConcept$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.