| Package | Description |
|---|---|
| dragon.ir.clustering | |
| dragon.ir.clustering.clustermodel |
| Modifier and Type | Method and Description |
|---|---|
DocCluster |
Clustering.getCluster(int index)
One should call the cluster method before calling this method.
|
DocCluster |
AbstractClustering.getCluster(int index) |
DocCluster |
DocClusterSet.getDocCluster(int clusterID) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocClusterSet.setDocCluster(DocCluster docCluster,
int clusterID) |
| Modifier and Type | Method and Description |
|---|---|
double |
ClusterModel.getDistance(IRDoc doc,
DocCluster cluster) |
double |
AbstractClusterModel.getDistance(IRDoc doc,
DocCluster cluster) |
void |
MultinomialClusterModel.setDocCluster(DocCluster cluster) |
void |
EuclideanClusterModel.setDocCluster(DocCluster cluster) |
void |
CosineClusterModel.setDocCluster(DocCluster cluster) |
void |
ClusterModel.setDocCluster(DocCluster cluster)
Iterative partional approaches (e.g.
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.