public interface ClusterModel
Interface of cluster model which compute the distance between a document and a document cluster
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
int |
getClusterNum() |
double |
getDistance(IRDoc doc,
DocCluster cluster) |
double |
getDistance(IRDoc doc,
int clusterNo) |
FeatureFilter |
getFeatureFilter() |
void |
setClusterNum(int clusterNum) |
void |
setDocCluster(DocCluster cluster)
Iterative partional approaches (e.g.
|
void |
setDocClusters(DocClusterSet clusterSet)
This method is equal to calling the setDocCluster method for all clusters.
|
void |
setFeatureFilter(FeatureFilter filter)
A feature selector is set.
|
double getDistance(IRDoc doc, DocCluster cluster)
doc - the documentcluster - the document clusterdouble getDistance(IRDoc doc, int clusterNo)
void setDocCluster(DocCluster cluster)
cluster - the new clustervoid setDocClusters(DocClusterSet clusterSet)
clusterSet - all new clustersint getClusterNum()
void setClusterNum(int clusterNum)
clusterNum - the number of clustersvoid setFeatureFilter(FeatureFilter filter)
selector - the feature selectorFeatureFilter getFeatureFilter()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.