Uses of Class
pt.tumba.ngram.TCatNGException

Packages that use TCatNGException
pt.tumba.ngram The TCatNG Toolkit is a Java package that you can use to apply N-Gram analysis techniques to the process of categorizing text files. 
pt.tumba.ngram.blr Implementation of Bayesian Logistic Regression classification that can be used to categorize text files using N-Grams as features, based on the "Bayesian Logistic Regression Software" package* by Alexander Genkin, David D. 
pt.tumba.ngram.compression Implementation of the compression-based classification technique described in the papers "Towards Parameter-Free Data Mining" and "The Similarity Metric", respectivelly by Ming Li and Keogh et al. 
pt.tumba.ngram.svm Implementation of Support Vector Machines classification and regression that can be used to categorize text files using N-Grams as features. 
 

Uses of TCatNGException in pt.tumba.ngram
 

Methods in pt.tumba.ngram that throw TCatNGException
private  void NGramCathegorizer.init(java.io.File fi, java.lang.String[] names)
          Fetch the set of profiles from the disk.
 

Constructors in pt.tumba.ngram that throw TCatNGException
NGramCathegorizer(java.lang.String dirName)
          Construct an cathegorizer that uses Lin's similarity measure from a directory with model profiles.
NGramCathegorizer(java.lang.String[] fileNames)
          Construct an Cathegorizer that uses Lin's similarity measure from an array of resource file names.
NGramCathegorizer(java.lang.String[] fileNames, int similarityMetric)
          Construct an Cathegorizer that uses a specific similarity measure from an array of resource file names.
NGramCathegorizer(java.lang.String dirName, int similarityMetric)
          Construct an cathegorizer that uses a specific similarity measure from a directory with model profiles.
 

Uses of TCatNGException in pt.tumba.ngram.blr
 

Methods in pt.tumba.ngram.blr that throw TCatNGException
private  void BayesianLogReg.init(java.io.File fi, java.lang.String[] names)
          Fetch the set of profiles from the disk.
 

Constructors in pt.tumba.ngram.blr that throw TCatNGException
BayesianLogReg(java.lang.String dirName)
          Construct an Cathegorizer from a whole Directory of resources.
BayesianLogReg(java.lang.String[] fileNames)
          Construct an Cathegorizer from a List of resource file names.
 

Uses of TCatNGException in pt.tumba.ngram.compression
 

Methods in pt.tumba.ngram.compression that throw TCatNGException
private  void CompressionCategorizer.init(java.io.File fi, java.lang.String[] names)
          Fetch the set of profiles from the disk.
 

Constructors in pt.tumba.ngram.compression that throw TCatNGException
CompressionCategorizer(java.lang.String dirName)
          Construct an Cathegorizer from a whole Directory of resources.
CompressionCategorizer(java.lang.String[] fileNames)
          Construct an Cathegorizer from a List of resource file names.
 

Uses of TCatNGException in pt.tumba.ngram.svm
 

Methods in pt.tumba.ngram.svm that throw TCatNGException
private  void SVMCategorizer.init(java.io.File fi, java.lang.String[] names)
          Fetch the set of file resources.
 

Constructors in pt.tumba.ngram.svm that throw TCatNGException
SVMCategorizer(java.lang.String dirName)
          Construct an Cathegorizer from a whole Directory of resources.
SVMCategorizer(java.lang.String[] fileNames)
          Construct an Cathegorizer from a List of resource file names.