|
jInfer | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Clusterer | |
|---|---|
| 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). |
| cz.cuni.mff.ksi.jinfer.twostep.processing | Cluster processing. |
| cz.cuni.mff.ksi.jinfer.twostep.processing.alternations | This package contains the "alternations" implementation of
ClusterProcessor. |
| cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate | Implementation of merging state algorithm. |
| cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant | Trivial cluster processor - returns representative. |
| cz.cuni.mff.ksi.jinfer.twostep.processing.trie | This package contains the Trie (prefix tree) implementation of
ClusterProcessor. |
| Uses of Clusterer in cz.cuni.mff.ksi.jinfer.twostep.clustering |
|---|
| Subinterfaces of Clusterer in cz.cuni.mff.ksi.jinfer.twostep.clustering | |
|---|---|
interface |
ClustererWithAttributes<T,S>
Extending Clusterer interface with attributes in mind. |
| Methods in cz.cuni.mff.ksi.jinfer.twostep.clustering that return Clusterer | |
|---|---|
Clusterer<AbstractStructuralNode> |
ClustererFactory.create()
Create Clusterer. |
| Uses of Clusterer in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname |
|---|
| Classes in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname that implement Clusterer | |
|---|---|
class |
AttributeClusterer
Helper class for Iname. |
class |
Iname
Cluster nodes by name - ignoring case. |
class |
SimpleDataClusterer
Helper class to cluster simpleData inside one element. |
| Methods in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname that return Clusterer | |
|---|---|
Clusterer<AbstractStructuralNode> |
InameFactory.create()
|
| Uses of Clusterer in cz.cuni.mff.ksi.jinfer.twostep.processing |
|---|
| Methods in cz.cuni.mff.ksi.jinfer.twostep.processing with parameters of type Clusterer | |
|---|---|
T |
ClusterProcessor.processCluster(Clusterer<T> clusterer,
List<T> rules)
Do the job - given clusterer and rules, process rules to obtain one representative |
| Uses of Clusterer in cz.cuni.mff.ksi.jinfer.twostep.processing.alternations |
|---|
| Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.alternations with parameters of type Clusterer | |
|---|---|
AbstractStructuralNode |
Alternations.processCluster(Clusterer<AbstractStructuralNode> clusterer,
List<AbstractStructuralNode> rules)
|
| Uses of Clusterer in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate |
|---|
| Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.automatonmergingstate with parameters of type Clusterer | |
|---|---|
AbstractStructuralNode |
AutomatonMergingState.processCluster(Clusterer<AbstractStructuralNode> clusterer,
List<AbstractStructuralNode> rules)
|
| Uses of Clusterer in cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant |
|---|
| Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.passrepresentant with parameters of type Clusterer | |
|---|---|
AbstractStructuralNode |
PassRepresentant.processCluster(Clusterer<AbstractStructuralNode> clusterer,
List<AbstractStructuralNode> rules)
|
| Uses of Clusterer in cz.cuni.mff.ksi.jinfer.twostep.processing.trie |
|---|
| Methods in cz.cuni.mff.ksi.jinfer.twostep.processing.trie with parameters of type Clusterer | |
|---|---|
AbstractStructuralNode |
Trie.processCluster(Clusterer<AbstractStructuralNode> clusterer,
List<AbstractStructuralNode> rules)
|
|
jInfer | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||