Package sg.edu.nus.comp.nlp.ims.classifiers

Package related to classifier.

See:
          Description

Interface Summary
IEvaluator evaluator interface.
IModelTrainer interface to train a model for a given lexelt.
 

Class Summary
APreloadEvaluator Evaluator which preload some models into the memory for speed consideration.
CGISEvaluator call maxent with GIS kernel to evaluate instances of a lexelt.
CGISModelTrainer call maxent with GIS kernel to train model for instances of a lexelt.
CLibLinearEvaluator call liblinear to evaluate instances of a lexelt.
CLibLinearTrainer call liblinear classifier to train model for instances of a lexelt.
CLibSVMEvaluator call libsvm to evaluate instances of a lexelt.
CLibSVMTrainer call libsvm classifier to train model for instances of a lexelt.
CMultiClassesSVM a multi-classes svm classifier for WEKA.
CWekaEvaluator call weka-3.2.3 classifier to evaluate instances of a lexelt.
CWekaModelTrainer call weka-3.2.3 classifier to train model for instances of a lexelt.
 

Package sg.edu.nus.comp.nlp.ims.classifiers Description

Package related to classifier.