Uses of Interface
com.sun.labs.minion.classification.FeatureClusterer

Packages that use FeatureClusterer
com.sun.labs.minion.classification Provides the automatic document classification functionality in Minion. 
com.sun.labs.minion.clustering Provides document clustering functionality. 
 

Uses of FeatureClusterer in com.sun.labs.minion.classification
 

Classes in com.sun.labs.minion.classification that implement FeatureClusterer
 class ContingencyFeatureClusterer
          This class provides an implementation of a feature clusterer that clusters contingency features.
 class KnowledgeSourceClusterer
          Provides an implementation of a feature clusterer built around a knowledge source.
 class LiteMorphClusterer
          Provides an implementation of a feature clusterer built around the light morphology engine.
 class MorphClusterer
          Provides an implementation of a feature clusterer built around the full morphology engine.
 class SimpleClusterer
           
 class StemmingClusterer
          Provides a clusterer that groups features that have the same stems.
 class WeightedFeatureClusterer
           
 

Fields in com.sun.labs.minion.classification declared as FeatureClusterer
protected  FeatureClusterer ClassifierManager.clustererInstance
          The feature clusterer used by all classifiers in this partition
protected  FeatureClusterer ClassifierMemoryPartition.clustererInstance
          The feature clusterer used by all classifiers in this partition
protected  FeatureClusterer ClusterDiskPartition.clustererInstance
           
 

Methods in com.sun.labs.minion.classification that return FeatureClusterer
 FeatureClusterer ClassifierManager.getClustererInstance()
           
 FeatureClusterer ContingencyFeatureClusterer.newInstance()
           
 FeatureClusterer FeatureClusterer.newInstance()
          A non-static factory method to create a feature clusterer
 FeatureClusterer KnowledgeSourceClusterer.newInstance()
           
 FeatureClusterer LiteMorphClusterer.newInstance()
           
 FeatureClusterer MorphClusterer.newInstance()
           
 FeatureClusterer SimpleClusterer.newInstance()
           
 FeatureClusterer StemmingClusterer.newInstance()
           
 FeatureClusterer WeightedFeatureClusterer.newInstance()
           
 

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

Fields in com.sun.labs.minion.clustering declared as FeatureClusterer
protected  FeatureClusterer AbstractClusterer.fc
           
 

Methods in com.sun.labs.minion.clustering that return FeatureClusterer
 FeatureClusterer ClustererFactory.getFeatureClusterer()
           
 

Methods in com.sun.labs.minion.clustering with parameters of type FeatureClusterer
protected  void AbstractClusterer.getElements(FeatureClusterer fc, FeatureSelector fs, int nFeat)
          Gets the elements that are to be clustered from a set of results.
 void AbstractClusterer.setFeatureInfo(FeatureClusterer fc, FeatureSelector fs, int nFeat)
           
 void FieldClusterer.setFeatureInfo(FeatureClusterer fc, FeatureSelector fs, int nFeat)
          Ignores any feature selector information that we're given, since it won't affect our field-based clustering.