Uses of Class
idl.tmt.representation.matrix.BadDimensionException

Packages that use BadDimensionException
idl.tmt.documentsource   
idl.tmt.documentsource.webcrawl   
idl.tmt.representation   
idl.tmt.representation.matrix   
idl.tmt.testing   
idl.tmt.util   
 

Uses of BadDimensionException in idl.tmt.documentsource
 

Methods in idl.tmt.documentsource that throw BadDimensionException
 void DocumentIDMapper.applyFilter(TmtMatrix filterMatrix)
           
 

Uses of BadDimensionException in idl.tmt.documentsource.webcrawl
 

Methods in idl.tmt.documentsource.webcrawl that throw BadDimensionException
 void MultiMapDocumentIDMap.applyFilter(TmtMatrix filterMatrix)
          Filters this documentIDMapper based on the given matrix.
 

Uses of BadDimensionException in idl.tmt.representation
 

Methods in idl.tmt.representation that throw BadDimensionException
 void TermList.applyFilter(TmtMatrix filterMatrix)
          Filters this TermList based on the given matrix.
 void TermList.permuteTerms(int[] permutation)
          Permutes the indexes of the terms in the termlist based on the given index array.
 

Uses of BadDimensionException in idl.tmt.representation.matrix
 

Constructors in idl.tmt.representation.matrix that throw BadDimensionException
TmtMatrix(int rows, int cols, java.util.ArrayList rowInd, java.util.ArrayList colInd, java.util.ArrayList values)
          constructor for a sparse matrix from data stored in memory
 

Uses of BadDimensionException in idl.tmt.testing
 

Methods in idl.tmt.testing that throw BadDimensionException
private static TmtMatrix StandAloneIndexer.filterTerms(double minOccurrences, TmtMatrix matrix, TermList termList)
           
private static TmtMatrix StandAloneCompleteIndexer.filterTerms(double minOccurrences, TmtMatrix matrix, TermList termList)
           
private static TmtMatrix ClusterTest.filterTerms(double minOccurrences, TmtMatrix matrix, TermList termList)
           
 

Uses of BadDimensionException in idl.tmt.util
 

Methods in idl.tmt.util that throw BadDimensionException
static TmtMatrix MatrixUtils.filterTerms(double minOccurrences, TmtMatrix matrix, TermList termList)
           
 void FilterableIDMap.applyFilter(TmtMatrix filterMatrix)