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 |
matrixcolHeads, 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, row, rowAnd, setContent, setMatrix, size, subRelation, subRelation, toArraycheckHomogen, colAnd, colHeads, compareTo, equals, equivalenceClasses, filter, fromPredicate, fromPredicate, greater, greaterEq, isHomogen, rowAnd, rowHeads, smaller, smallerEq, toString, uncomparablefinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorequivalentpublic 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–2019 Francesco Kriegel. All rights reserved.