public final class ConceptLattice<G,M> extends MatrixRelation<Concept<G,M>,Concept<G,M>>
Relation.NoHomogenRelationException
Modifier and Type | Field and Description |
---|---|
javafx.collections.ObservableMap<M,Concept<G,M>> |
attributeConcepts |
MatrixContext<G,M> |
context |
javafx.collections.ObservableMap<G,Concept<G,M>> |
objectConcepts |
matrix
colHeads, homogen, rowHeads
Constructor and Description |
---|
ConceptLattice(MatrixContext<G,M> context) |
Modifier and Type | Method and Description |
---|---|
Set<M> |
attributeLabels(Concept<G,M> concept) |
Set<Concept<G,M>> |
complement(Set<Concept<G,M>> concepts) |
Set<Concept<G,M>> |
filter(Concept<G,M> concept) |
Set<Concept<G,M>> |
ideal(Concept<G,M> concept) |
Concept<G,M> |
infimum(Concept<G,M>... concepts) |
Concept<G,M> |
infimum(Iterable<Concept<G,M>> concepts) |
Set<Concept<G,M>> |
interval(Concept<G,M> lower,
Concept<G,M> upper) |
Set<Concept<G,M>> |
lowerNeighbors(Concept<G,M> concept) |
Collection<Implication<G,M>> |
luxenburgerBase(double minConfidence,
boolean sorted)
The method computes the luxenburger base for partial implications, whose confidence is at least minConfidence.
|
Set<G> |
objectLabels(Concept<G,M> concept) |
Concept<G,M> |
supremum(Concept<G,M>... concepts) |
Concept<G,M> |
supremum(Iterable<Concept<G,M>> concepts) |
Set<Concept<G,M>> |
upperNeighbors(Concept<G,M> concept) |
_add, _col, _col, _colAnd, _colAnd, _colAnd, _contains, _flip, _remove, _row, _row, _rowAnd, _rowAnd, _rowAnd, add, addAll, addAllFast, addEventHandler, addFast, addFastSilent, clone, col, colAnd, contains, containsAll, dispose, empty, fill, hasEventHandlers, hashCode, isAcyclic, isAlternative, isAntisymmetric, isAsymmetric, isAtransitive, isConnex, isCyclic, isEmpty, isFull, isIrreflexive, isLeftComparative, isNAcyclic, isNAtransitive, isNCyclic, isNegativAtransitive, isNegativeTransitive, isNTransitive, isQuasiconnex, isReflexive, isRightComparative, isSymmetric, isTransitive, iterator, matrix, neighborhood, order, push, pushAllChangedEvent, remove, removeAll, removeEventHandler, retainAll, rewriteMatrix, row, rowAnd, setContent, setMatrix, size, subRelation, subRelation, toArray
checkHomogen, colAnd, colHeads, compareTo, equals, equivalenceClasses, filter, fromPredicate, fromPredicate, greater, greaterEq, isHomogen, rowAnd, rowHeads, smaller, smallerEq, toString, uncomparable
finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
equivalent
public final MatrixContext<G,M> context
public final javafx.collections.ObservableMap<G,Concept<G,M>> objectConcepts
public final javafx.collections.ObservableMap<M,Concept<G,M>> attributeConcepts
public ConceptLattice(MatrixContext<G,M> context)
public final Collection<Implication<G,M>> luxenburgerBase(double minConfidence, boolean sorted)
minConfidence
- sorted
- Copyright © 2010–2023 Francesco Kriegel. All rights reserved.