Uses of Package
com.sun.labs.minion.classification

Packages that use com.sun.labs.minion.classification
com.sun.labs.minion.classification Provides the automatic document classification functionality in Minion. 
com.sun.labs.minion.clustering Provides document clustering functionality. 
com.sun.labs.minion.engine Provides implementations for some of the end-user interfaces. 
com.sun.labs.minion.indexer.dictionary Provides the classes that implement the dictionaries used by the indexer and the retrieval engine. 
com.sun.labs.minion.indexer.entry Provides the interfaces and implemenations for the entries used during indexing and querying. 
com.sun.labs.minion.indexer.postings Provides the classes that implement the different types of postings used by the search engine. 
com.sun.labs.minion.retrieval Provides the query evaluation capabilities for Minion. 
com.sun.labs.minion.retrieval.cache   
 

Classes in com.sun.labs.minion.classification used by com.sun.labs.minion.classification
BigQuery
          A helper class for running a big query during classification operations.
BulkClassifier
          An interface for classifiers that can do bulk classification.
ClassificationFeature
          A class that holds a feature useful when classifying documents.
ClassificationResult
          The result of a classification operation for a particular classifier.
ClassificationResult.DocResult
           
ClassifierDiskPartition
          A disk partition that will hold classifier data.
ClassifierManager
          The ClassifierManager is a specialization of the PartitionManager.
ClassifierModel
          An interface for training and using classifiers.
ClassifierScore
           
ClusterManager
          The ClusterManager is a specialization of the PartitionManager.
ContingencyFeature
          A weighted feature class that contains a 2x2 contingency table that can be used to calculate the Mutual Information or Chi-squared measures.
ContingencyFeatureCluster
          A cluster of contingency features
ContingencyFeatureClusterer
          This class provides an implementation of a feature clusterer that clusters contingency features.
ContingencyFeatureSelector
          A feature selector that builds contingency features.
ExplainableClassifierModel
          An interface for classifier models that will allow explanations to be generated inidicating why (or why not) particular documents were (or were not) classified into a given class.
ExtraClassification
          A configurable container that can be used to describe a set of classification operations to perform that would not be done by the standard classification approach.
Feature
          An interface for the features defined by classifiers.
FeatureCluster
          A cluster of features
FeatureClusterer
          The Feature Clusterer provides the interface to create clusters of features.
FeatureClusterSet
          A set of feature clusters.
FeatureEntry
           
FeatureSelector
          Selects terms from a given document or set of documents, relative to the collection the terms are part of.
HumanSelected
          A container for human selected terms that specifies terms that must or must not occur in particular classifiers.
KFoldSplitter.Doc
           
Profiler
          An interface for profilers that will run after dump time for a new partition.
RandomTwoThirdsSplitter.Doc
           
ResultSplitter
          Result Splitters split a result set into two distinct sets suitable for use in training and validation.
Rocchio.FQR
          A class to collate and hold the results of a feedback query.
Rocchio.HE
          A class to hold a single element of the heap that we'll use to negotiate the results of queries.
WeightedFeature
           
WeightedFeatureVector
          A class for holding a weighted feature vector.
 

Classes in com.sun.labs.minion.classification used by com.sun.labs.minion.clustering
FeatureClusterer
          The Feature Clusterer provides the interface to create clusters of features.
FeatureSelector
          Selects terms from a given document or set of documents, relative to the collection the terms are part of.
 

Classes in com.sun.labs.minion.classification used by com.sun.labs.minion.engine
ClassifierManager
          The ClassifierManager is a specialization of the PartitionManager.
ClassifierMemoryPartition
          A memory partition that will hold classifier data.
ClassifierModel
          An interface for training and using classifiers.
ClusterManager
          The ClusterManager is a specialization of the PartitionManager.
ClusterMemoryPartition
          A memory partition that will hold classifier data.
WeightedFeature
           
 

Classes in com.sun.labs.minion.classification used by com.sun.labs.minion.indexer.dictionary
ClassificationResult
          The result of a classification operation for a particular classifier.
 

Classes in com.sun.labs.minion.classification used by com.sun.labs.minion.indexer.entry
WeightedFeature
           
 

Classes in com.sun.labs.minion.classification used by com.sun.labs.minion.indexer.postings
WeightedFeature
           
 

Classes in com.sun.labs.minion.classification used by com.sun.labs.minion.retrieval
WeightedFeature
           
 

Classes in com.sun.labs.minion.classification used by com.sun.labs.minion.retrieval.cache
WeightedFeature