Uses of Interface
com.sun.labs.minion.ResultsCluster

Packages that use ResultsCluster
com.sun.labs.minion Provides the API for interacting with the Minion Search Engine. 
com.sun.labs.minion.clustering Provides document clustering functionality. 
com.sun.labs.minion.lexmorph.disambiguation   
com.sun.labs.minion.retrieval Provides the query evaluation capabilities for Minion. 
 

Uses of ResultsCluster in com.sun.labs.minion
 

Methods in com.sun.labs.minion that return types with arguments of type ResultsCluster
 java.util.Set<ResultsCluster> ResultSet.cluster(int k)
          Clusters the results into this set into a number of clusters.
 java.util.Set<ResultsCluster> ResultSet.cluster(java.lang.String field, int k)
          Clusters the results into this set into a number of clusters.
 java.util.Set<ResultsCluster> ResultSet.groupBy(java.lang.String field, boolean ignoreCase)
          Groups the results in this set into a number of clusters.
 

Uses of ResultsCluster in com.sun.labs.minion.clustering
 

Classes in com.sun.labs.minion.clustering that implement ResultsCluster
 class ResultsClusterImpl
           
 

Methods in com.sun.labs.minion.clustering that return types with arguments of type ResultsCluster
 java.util.Set<ResultsCluster> AbstractClusterer.getClusters()
           
 java.util.Set<ResultsCluster> FieldClusterer.getClusters()
           
 

Uses of ResultsCluster in com.sun.labs.minion.lexmorph.disambiguation
 

Constructor parameters in com.sun.labs.minion.lexmorph.disambiguation with type arguments of type ResultsCluster
Supervised(java.lang.String term, java.lang.String field, java.util.Set<ResultsCluster> clusters, int totalCount, int maxFeat)
           
 

Uses of ResultsCluster in com.sun.labs.minion.retrieval
 

Methods in com.sun.labs.minion.retrieval that return types with arguments of type ResultsCluster
 java.util.Set<ResultsCluster> ResultSetImpl.cluster(int k)
           
 java.util.Set<ResultsCluster> ResultSetImpl.cluster(java.lang.String field, int k)
           
 java.util.Set<ResultsCluster> ResultSetImpl.groupBy(java.lang.String field, boolean ignoreCase)