Uses of Class
idl.tmt.representation.IndexedCollection

Packages that use IndexedCollection
idl.tmt   
idl.tmt.representation   
idl.tmt.representation.transformations   
idl.tmt.training   
idl.tmt.util   
 

Uses of IndexedCollection in idl.tmt
 

Methods in idl.tmt that return IndexedCollection
 IndexedCollection ToolkitEnvironment.getCollection(java.lang.String collectionName)
          Retrieves a collection from the shared repository.
 

Methods in idl.tmt with parameters of type IndexedCollection
 void ToolkitEnvironment.addCollection(java.lang.String collectionName, IndexedCollection ic)
           
 

Uses of IndexedCollection in idl.tmt.representation
 

Fields in idl.tmt.representation declared as IndexedCollection
(package private)  IndexedCollection TmtClustering.myCollection
           
private  IndexedCollection DensityBasedClustering.collection
           
private  IndexedCollection GenericHardClustering.collection
           
 

Constructors in idl.tmt.representation with parameters of type IndexedCollection
TmtClustering(java.lang.String colName, IndexedCollection col)
           
DensityBasedClustering(DensityBasedClusterer clusterer, IndexedCollection collection)
           
GenericHardClustering(SoftClustering softCl, IndexedCollection collection)
           
 

Uses of IndexedCollection in idl.tmt.representation.transformations
 

Methods in idl.tmt.representation.transformations with parameters of type IndexedCollection
 void MatrixRowNormalizer.transformCollection(IndexedCollection collection)
           
 void StopListFilter.transformCollection(IndexedCollection collection)
           
 void TermOccurrenceFilter.transformCollection(IndexedCollection collection)
           
 void CollectionTransformation.transformCollection(IndexedCollection collection)
          general method for transforming the given collection.
 void BinarizeAllTermsTransformation.transformCollection(IndexedCollection collection)
           
 void TfIdfWeighter.transformCollection(IndexedCollection collection)
           
 void MatrixColumnCenterer.transformCollection(IndexedCollection collection)
           
 

Uses of IndexedCollection in idl.tmt.training
 

Methods in idl.tmt.training with parameters of type IndexedCollection
 Instances RegexSelector.constructTrainingSet(IndexedCollection collection)
          Constructs a training set by selecting documents whose path names match the regular expression provided;
 Instances RandomSelector.constructTrainingSet(IndexedCollection collection)
          Constructs a training set of Instances from the given collection by randomly selecting the specified number of instances from the collection.
 Instances TrainingSetConstructor.constructTrainingSet(IndexedCollection collection)
           
 Instances FullCollectionSelector.constructTrainingSet(IndexedCollection collection)
          Constructs a training set by simply selecting all the instances from the indexed collection.
 

Uses of IndexedCollection in idl.tmt.util
 

Fields in idl.tmt.util declared as IndexedCollection
(package private)  IndexedCollection FrequentTermsUtil.myCollection
           
(package private)  IndexedCollection HTMLOutputUtil.ic
           
private  IndexedCollection LogOddsUtil.collection
           
private  IndexedCollection TermAnalysisUtil.ic
           
private  IndexedCollection TermFrequencyUtil.collection
           
 

Constructors in idl.tmt.util with parameters of type IndexedCollection
FrequentTermsUtil(IndexedCollection col, TmtClustering tc)
           
HTMLOutputUtil(IndexedCollection i, SoftClustering clustering, java.lang.String p, java.lang.String outputDir)
           
LogOddsUtil(IndexedCollection collection, HardClustering clustering)
           
TermAnalysisUtil(IndexedCollection ic, Clusterer clusterer)
           
TermFrequencyUtil(IndexedCollection collection, HardClustering clustering)