Name:
Location: Singapore, Singapore, Singapore

Monday, October 30, 2006

Documentation for NaiveBayes Model

Usage:

Feature Extraction:
perl featureExtract.pl --mode=[test2/test3/train] --pos --col

Numerate Training File:
perl numericTranslate.pl --file=[inputfile] --mode=[test/train]

CrossTraining File Generation:
perl ctFileGenerator.pl

Training:
perl naiveBayesTrain.pl --file=[inputfile] --option=[option]

Testing:
perl naiveBayesTesting.pl --file=[inputfile] --mode=[ct/t] --option=[option]

0 Comments:

Post a Comment

<< Home