todo

来自「贝叶斯学习算法分类文本。基于朴素贝叶斯分类器的文本分类的通用算法」· 代码 · 共 23 行

TXT
23
字号
Bag-Of-Words Library ToDo's===========================* Write bow_barrel_new_from_file(), so we don't get so confused about  NOT closing the FP.* Make new versions of structure-file-saving code that take a filename  and a directory name.  It will be easier to use them.* Encapsulate the mechanism for looping through documents (with  words matching a WV).  Ala bow_test_text_wv.* Rename `bow_cdoc->length' to `bow_cdoc->norm'* Rename `bow_cdoc->filename' to `bow_cdoc->name'* Make `bow_cdoc->class' be a vector of floats.* Rename `bow_wi2dvf_dv()' to `bow_wi2dvf_dv_at_wi()'* Standardize on use of either `entry' or `entries'.* Rename all `2' to `_to_'.* Rename all bow_dv_heap* to bow_dvheap*.* Rename bow_dv_heap_update() to bow_dvheap_next().* Split method header information into separate .h files.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?