文件名称:boosting_src
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3.95mb
- 下载次数:
- 0次
- 提 供 者:
- 彭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Boosting中的AdaBoost.M1算法在文本分类中的应用实现。使用ICTCLAS用于中文分词,弱分类器使用Naive Bayes。程序参数使用配置文件的格式。-Application of text classification using AdaBoost.M1. Use ICTCLAS tool in Chinese segment, and use Naive Bayes as the weak classifier. use the config file as the parameters of the program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
boosting_src
............\bin
............\...\run.sh
............\...\test_learner
............\...\test_util
............\build
............\.....\Makefile
............\conf
............\....\boost.conf
............\....\Configure.xml
............\....\Data
............\....\....\BiWord.big
............\....\....\character.idx
............\....\....\character.type
............\....\....\CoreDict.pdat
............\....\....\CoreDict.pos
............\....\....\CoreDict.unig
............\....\....\FieldDict.pdat
............\....\....\FieldDict.pos
............\....\....\GranDict.pdat
............\....\....\GranDict.pos
............\....\....\ICTCLAS30.ctx
............\....\....\ICTCLAS_First.map
............\....\....\ICTPOS.map
............\....\....\nr.ctx
............\....\....\nr.fsa
............\....\....\nr.role
............\....\....\PKU.map
............\....\....\PKU_First.map
............\....\....\UserDict.map
............\....\....\UserDict.pdat
............\....\ICTCLAS.log
............\....\user.dict
............\....\user.lic
............\data
............\....\corpus
............\....\......\test
............\....\......\train
............\....\stopword_pos.dat
............\....\stopword_term.dat
............\doc
............\lib
............\...\libICTCLAS50.so
............\src
............\...\common
............\...\......\common_define.h
............\...\......\dir_entry.h
............\...\learner
............\...\.......\ada_boost.cc
............\...\.......\ada_boost.h
............\...\.......\base_model.h
............\...\.......\Makefile
............\...\.......\naive_bayes.cc
............\...\.......\naive_bayes.h
............\...\.......\naive_bayes_model.cc
............\...\.......\naive_bayes_model.h
............\...\.......\test.cc
............\...\util
............\...\....\config.cc
............\...\....\config.h
............\...\....\data_set_manager.cc
............\...\....\data_set_manager.h
............\...\....\dir_reader.cc
............\...\....\dir_reader.h
............\...\....\ICTCLAS50.h
............\...\....\Makefile
............\...\....\stopword_judger.cc
............\...\....\stopword_judger.h
............\...\....\test.cc
............\...\....\tf_counter.cc
............\...\....\tf_counter.h
............\...\....\utility.cc
............\...\....\utility.h
............\...\....\word_segmenter.cc
............\...\....\word_segmenter.h
............\bin
............\...\run.sh
............\...\test_learner
............\...\test_util
............\build
............\.....\Makefile
............\conf
............\....\boost.conf
............\....\Configure.xml
............\....\Data
............\....\....\BiWord.big
............\....\....\character.idx
............\....\....\character.type
............\....\....\CoreDict.pdat
............\....\....\CoreDict.pos
............\....\....\CoreDict.unig
............\....\....\FieldDict.pdat
............\....\....\FieldDict.pos
............\....\....\GranDict.pdat
............\....\....\GranDict.pos
............\....\....\ICTCLAS30.ctx
............\....\....\ICTCLAS_First.map
............\....\....\ICTPOS.map
............\....\....\nr.ctx
............\....\....\nr.fsa
............\....\....\nr.role
............\....\....\PKU.map
............\....\....\PKU_First.map
............\....\....\UserDict.map
............\....\....\UserDict.pdat
............\....\ICTCLAS.log
............\....\user.dict
............\....\user.lic
............\data
............\....\corpus
............\....\......\test
............\....\......\train
............\....\stopword_pos.dat
............\....\stopword_term.dat
............\doc
............\lib
............\...\libICTCLAS50.so
............\src
............\...\common
............\...\......\common_define.h
............\...\......\dir_entry.h
............\...\learner
............\...\.......\ada_boost.cc
............\...\.......\ada_boost.h
............\...\.......\base_model.h
............\...\.......\Makefile
............\...\.......\naive_bayes.cc
............\...\.......\naive_bayes.h
............\...\.......\naive_bayes_model.cc
............\...\.......\naive_bayes_model.h
............\...\.......\test.cc
............\...\util
............\...\....\config.cc
............\...\....\config.h
............\...\....\data_set_manager.cc
............\...\....\data_set_manager.h
............\...\....\dir_reader.cc
............\...\....\dir_reader.h
............\...\....\ICTCLAS50.h
............\...\....\Makefile
............\...\....\stopword_judger.cc
............\...\....\stopword_judger.h
............\...\....\test.cc
............\...\....\tf_counter.cc
............\...\....\tf_counter.h
............\...\....\utility.cc
............\...\....\utility.h
............\...\....\word_segmenter.cc
............\...\....\word_segmenter.h