|
jInfer | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cluster | |
|---|---|
| cz.cuni.mff.ksi.jinfer.twostep.clustering | Task of clustering elements into clusters is defined here. |
| cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname | Implementation of clustering task which clusters elements according to their name (case insensitive). |
| Uses of Cluster in cz.cuni.mff.ksi.jinfer.twostep.clustering |
|---|
| Methods in cz.cuni.mff.ksi.jinfer.twostep.clustering that return types with arguments of type Cluster | |
|---|---|
List<Cluster<S>> |
ClustererWithAttributes.getAttributeClusters(T representant)
Returns all clusters of attributes for a given representative of cluster (for a given element cluster de facto). |
List<Cluster<T>> |
Clusterer.getClusters()
Without doing clustering again, return result of last cluster() call. |
| Uses of Cluster in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname |
|---|
| Methods in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname that return types with arguments of type Cluster | |
|---|---|
List<Cluster<Attribute>> |
Iname.getAttributeClusters(AbstractStructuralNode representant)
|
List<Cluster<Attribute>> |
AttributeClusterer.getClusters()
|
List<Cluster<SimpleData>> |
SimpleDataClusterer.getClusters()
|
List<Cluster<AbstractStructuralNode>> |
Iname.getClusters()
|
|
jInfer | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||