henryxiao1997 / NaiveBayes-cplusplus

implement the naive Bayes classifier by cplusplus. It tells the sex or rubbish sentences from the normal ones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

20140123 根据后来回忆所写,不一定准确

DataProcessing:最开始实现NaiveBayes的时候,写的数据处理程序,包含了分词、卡方选择等等

DataProcessing2:数据整理程序,代码等都经过整理了

NaiveBayes:模型训练和预测程序

NaiveBayesClassifer:模型预测程序

About

implement the naive Bayes classifier by cplusplus. It tells the sex or rubbish sentences from the normal ones


Languages

Language:C++ 100.0%