|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.vivisimo.VivisimoClusterer
| Constructor Summary | |
VivisimoClusterer()
|
|
| Method Summary | |
void |
dataComplete()
called by cluster input source when all results to be clustered have been added to the clustering engine. |
QueryResultBean |
getCluster(java.lang.String clusterName)
returns a set of clustered results as a QueryResultBean for a given key. |
IResultSet |
getCluster(java.lang.String clusterName,
int startRec,
int pageSize)
returns a set of clustered results for a given key. |
java.util.Set |
getClusterNames()
returns the names of the clusters created. |
QueryResultBeanSet |
getClusterSet()
returns the set of clusters as a QueryResultBeanSet. |
int |
getClusterSize(java.lang.String clusterName)
returns the number of results for a given key. |
java.util.List |
getMatchingClusters(IResult result)
|
QueryResultBeanSet |
getSubCluster(java.lang.String clusterName)
|
java.util.Iterator |
getSubClusterNames()
if clusterer supports hierarchical clustering. |
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
void |
processResultSet(IResultSet resultSet)
called by cluster input to add results to the clustering engine. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.raritantechnologies.concept.clustering.IClusterer |
getMatchingClusters |
| Constructor Detail |
public VivisimoClusterer()
| Method Detail |
public void processResultSet(IResultSet resultSet)
processResultSet in interface IClustererpublic void dataComplete()
dataComplete in interface IClustererpublic java.util.Set getClusterNames()
getClusterNames in interface IClustererpublic int getClusterSize(java.lang.String clusterName)
getClusterSize in interface IClustererpublic QueryResultBeanSet getClusterSet()
getClusterSet in interface IClustererpublic QueryResultBean getCluster(java.lang.String clusterName)
getCluster in interface IClusterer
public IResultSet getCluster(java.lang.String clusterName,
int startRec,
int pageSize)
getCluster in interface IClustererpublic java.util.Iterator getSubClusterNames()
IClusterer
getSubClusterNames in interface IClustererpublic QueryResultBeanSet getSubCluster(java.lang.String clusterName)
getSubCluster in interface IClustererpublic java.util.List getMatchingClusters(IResult result)
public void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||