使用具有增量学习的监控式学习方法。包括几个不同的分类算法。
源代码在线查看: makefile.am
man_MANS = man/selectd.8 man/select_test.1 man/select_ifile.1 EXTRA_DIST = bibliography.xml classifiers.xml fdl.xml fileformats.xml install.xml introduction.xml man_selectd.xml man_select_ifile.xml man_select_test.xml natural.xml preface.xml protocol.xml reference_pages.xml ref_selectd.xml ref_select_ifile.xml ref_select_test.xml selectd.xml select_ifile.xml select_test.xml select.xml tutorial.xml utilities.xml fdl.txt mystyle-fo.xsl mystyle-html.xsl mystyle-man.xsl ns.jpg test.png latex-header.tex my-doxygen.sty null Doxyfile CLEANFILES = *~ select.fo realclean: clean -rm -f user/* man/* devel/* dist-hook: mkdir $(distdir)/user $(distdir)/man $(distdir)/devel cd $(distdir) ; xsltproc -o user/ mystyle-html.xsl select.xml ln -sf ../test.png $(distdir)/user ln -sf ../ns.jpg $(distdir)/user cd $(distdir) ; xsltproc -o man/ mystyle-man.xsl man_selectd.xml cd $(distdir) ; xsltproc -o man/ mystyle-man.xsl man_select_test.xml cd $(distdir) ; xsltproc -o man/ mystyle-man.xsl man_select_ifile.xml html: xsltproc -o user/ mystyle-html.xsl select.xml ln -sf ../test.png user ln -sf ../ns.jpg user select.fo: xsltproc -o select.fo mystyle-fo.xsl select.xml pdf: select.fo fop select.fo select.pdf man: xsltproc -o man/ mystyle-man.xsl man_selectd.xml xsltproc -o man/ mystyle-man.xsl man_select_test.xml xsltproc -o man/ mystyle-man.xsl man_select_ifile.xml devel: cd .. ; doxygen docs/Doxyfile .PHONY: realclean html pdf man devel