实例介绍
【实例简介】
数据挖掘中的决策树相关代码。包含java;c++;matlab;有代码和应用程序。
【实例截图】
【核心代码】
4744302543389480633.rar
└── fp_tree合集
├── fp_tree合集
│ ├── fpgrowth(c++版)
│ │ ├── data.cpp
│ │ ├── data.h
│ │ ├── Debug
│ │ │ ├── fpgrowth.obj
│ │ │ ├── fpgrowth.pch
│ │ │ ├── fpgrowth.pdb
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── fpgrowth.cpp
│ │ ├── fpgrowth.dsp
│ │ ├── fpgrowth.dsw
│ │ ├── fpgrowth.h
│ │ ├── fpgrowth.ncb
│ │ ├── fpgrowth.opt
│ │ ├── fpgrowth.plg
│ │ ├── fptree.cpp
│ │ ├── fptree.h
│ │ ├── item.cpp
│ │ ├── item.h
│ │ ├── Makefile
│ │ └── testfpgrowth.cpp
│ ├── fpgrowth(java)
│ │ ├── about.txt
│ │ ├── fpgrowth.jar
│ │ ├── sample1.txt
│ │ ├── sample.txt
│ │ ├── source
│ │ │ └── fptree
│ │ │ ├── Algorithm Description
│ │ │ ├── ConnDB.java
│ │ │ ├── CreateFPTree.java
│ │ │ ├── FPGrowth.java
│ │ │ ├── FPTree.java
│ │ │ ├── Item.java
│ │ │ ├── ITree.java
│ │ │ ├── MyException.java
│ │ │ ├── Print.java
│ │ │ ├── Queue.java
│ │ │ ├── Sort.java
│ │ │ ├── Stack.java
│ │ │ ├── StackTest.java
│ │ │ └── Test.java
│ │ └── test.bat
│ └── fp-tree java
│ ├── AssocRuleMining.java
│ ├── FPgrowthApp.java
│ ├── FPtree.java
│ ├── TotalSupportTree.java
│ └── TtreeNode.java
└── 算法
├── 435
│ └── ID3.pdf
├── DTree
│ ├── crx.test
│ ├── crx.train
│ ├── DTree.cpp
│ └── DTree.h
├── id3+matlab.txt
├── maxent-20061005
│ └── maxent-20061005
│ ├── aclocal.m4
│ ├── ChangeLog
│ ├── config.h
│ ├── config.h.in
│ ├── configure
│ ├── configure.in
│ ├── doc
│ │ ├── classmaxent_1_1MaxentModel.tex
│ │ ├── classmaxent_1_1Trainer.tex
│ │ ├── Doxyfile
│ │ ├── doxygen.sty
│ │ ├── Makefile
│ │ ├── manual.lyx
│ │ ├── manual.pdf
│ │ ├── maxent.bib
│ │ ├── namespacemaxent.tex
│ │ └── namespaces.tex
│ ├── example
│ │ ├── postagger
│ │ │ ├── colorize.py
│ │ │ ├── context.py
│ │ │ ├── evaltag.py
│ │ │ ├── maxent_tagger.py
│ │ │ ├── postagger.py
│ │ │ ├── postrainer.py
│ │ │ └── README
│ │ └── README
│ ├── INSTALL
│ ├── Jamfile
│ ├── Jamrules
│ ├── Jamrules.in
│ ├── lib
│ │ └── boost
│ │ ├── assert.hpp
│ │ ├── checked_delete.hpp
│ │ ├── config
│ │ │ ├── abi
│ │ │ │ ├── borland_prefix.hpp
│ │ │ │ ├── borland_suffix.hpp
│ │ │ │ ├── msvc_prefix.hpp
│ │ │ │ └── msvc_suffix.hpp
│ │ │ ├── abi_prefix.hpp
│ │ │ ├── abi_suffix.hpp
│ │ │ ├── auto_link.hpp
│ │ │ ├── compiler
│ │ │ │ ├── borland.hpp
│ │ │ │ ├── comeau.hpp
│ │ │ │ ├── common_edg.hpp
│ │ │ │ ├── compaq_cxx.hpp
│ │ │ │ ├── digitalmars.hpp
│ │ │ │ ├── gcc.hpp
│ │ │ │ ├── greenhills.hpp
│ │ │ │ ├── hp_acc.hpp
│ │ │ │ ├── intel.hpp
│ │ │ │ ├── kai.hpp
│ │ │ │ ├── metrowerks.hpp
│ │ │ │ ├── mpw.hpp
│ │ │ │ ├── sgi_mipspro.hpp
│ │ │ │ ├── sunpro_cc.hpp
│ │ │ │ ├── vacpp.hpp
│ │ │ │ └── visualc.hpp
│ │ │ ├── platform
│ │ │ │ ├── aix.hpp
│ │ │ │ ├── amigaos.hpp
│ │ │ │ ├── beos.hpp
│ │ │ │ ├── bsd.hpp
│ │ │ │ ├── cygwin.hpp
│ │ │ │ ├── hpux.hpp
│ │ │ │ ├── irix.hpp
│ │ │ │ ├── linux.hpp
│ │ │ │ ├── macos.hpp
│ │ │ │ ├── solaris.hpp
│ │ │ │ └── win32.hpp
│ │ │ ├── posix_features.hpp
│ │ │ ├── requires_threads.hpp
│ │ │ ├── select_compiler_config.hpp
│ │ │ ├── select_platform_config.hpp
│ │ │ ├── select_stdlib_config.hpp
│ │ │ ├── stdlib
│ │ │ │ ├── dinkumware.hpp
│ │ │ │ ├── libcomo.hpp
│ │ │ │ ├── libstdcpp3.hpp
│ │ │ │ ├── modena.hpp
│ │ │ │ ├── msl.hpp
│ │ │ │ ├── roguewave.hpp
│ │ │ │ ├── sgi.hpp
│ │ │ │ ├── stlport.hpp
│ │ │ │ └── vacpp.hpp
│ │ │ ├── suffix.hpp
│ │ │ └── user.hpp
│ │ ├── config.hpp
│ │ ├── cstdint.hpp
│ │ ├── detail
│ │ │ ├── iterator.hpp
│ │ │ ├── lightweight_mutex.hpp
│ │ │ ├── lwm_nop.hpp
│ │ │ ├── lwm_pthreads.hpp
│ │ │ ├── lwm_win32.hpp
│ │ │ ├── lwm_win32_nt.hpp
│ │ │ ├── shared_count.hpp
│ │ │ └── workaround.hpp
│ │ ├── iterator
│ │ │ ├── detail
│ │ │ │ ├── config_def.hpp
│ │ │ │ ├── config_undef.hpp
│ │ │ │ ├── enable_if.hpp
│ │ │ │ ├── facade_iterator_category.hpp
│ │ │ │ └── minimum_category.hpp
│ │ │ ├── interoperable.hpp
│ │ │ ├── iterator_adaptor.hpp
│ │ │ ├── iterator_categories.hpp
│ │ │ ├── iterator_facade.hpp
│ │ │ └── iterator_traits.hpp
│ │ ├── iterator.hpp
│ │ ├── lexical_cast.hpp
│ │ ├── limits.hpp
│ │ ├── mpl
│ │ │ ├── always.hpp
│ │ │ ├── and.hpp
│ │ │ ├── apply.hpp
│ │ │ ├── apply_if.hpp
│ │ │ ├── arg_fwd.hpp
│ │ │ ├── arg.hpp
│ │ │ ├── aux_
│ │ │ │ ├── algorithm_namespace.hpp
│ │ │ │ ├── apply.hpp
│ │ │ │ ├── arg_typedef.hpp
│ │ │ │ ├── arity.hpp
│ │ │ │ ├── arity_spec.hpp
│ │ │ │ ├── config
│ │ │ │ │ ├── compiler.hpp
│ │ │ │ │ ├── dtp.hpp
│ │ │ │ │ ├── eti.hpp
│ │ │ │ │ ├── lambda.hpp
│ │ │ │ │ ├── msvc.hpp
│ │ │ │ │ ├── nttp.hpp
│ │ │ │ │ ├── overload_resolution.hpp
│ │ │ │ │ ├── preprocessor.hpp
│ │ │ │ │ ├── static_constant.hpp
│ │ │ │ │ ├── ttp.hpp
│ │ │ │ │ ├── use_preprocessed.hpp
│ │ │ │ │ └── workaround.hpp
│ │ │ │ ├── include_preprocessed.hpp
│ │ │ │ ├── integral_wrapper.hpp
│ │ │ │ ├── lambda_arity_param.hpp
│ │ │ │ ├── lambda_spec.hpp
│ │ │ │ ├── lambda_support.hpp
│ │ │ │ ├── msvc_never_true.hpp
│ │ │ │ ├── nested_type_wknd.hpp
│ │ │ │ ├── preprocessed
│ │ │ │ │ ├── bcc551
│ │ │ │ │ │ ├── and.hpp
│ │ │ │ │ │ ├── apply.hpp
│ │ │ │ │ │ ├── arg.hpp
│ │ │ │ │ │ ├── or.hpp
│ │ │ │ │ │ └── placeholders.hpp
│ │ │ │ │ ├── gcc
│ │ │ │ │ │ ├── and.hpp
│ │ │ │ │ │ ├── apply.hpp
│ │ │ │ │ │ ├── arg.hpp
│ │ │ │ │ │ ├── or.hpp
│ │ │ │ │ │ └── placeholders.hpp
│ │ │ │ │ └── plain
│ │ │ │ │ ├── and.hpp
│ │ │ │ │ ├── apply.hpp
│ │ │ │ │ ├── arg.hpp
│ │ │ │ │ ├── or.hpp
│ │ │ │ │ └── placeholders.hpp
│ │ │ │ ├── preprocessor
│ │ │ │ │ ├── def_params_tail.hpp
│ │ │ │ │ ├── enum.hpp
│ │ │ │ │ ├── filter_params.hpp
│ │ │ │ │ ├── params.hpp
│ │ │ │ │ ├── sub.hpp
│ │ │ │ │ └── tuple.hpp
│ │ │ │ ├── static_cast.hpp
│ │ │ │ ├── template_arity_fwd.hpp
│ │ │ │ ├── value_wknd.hpp
│ │ │ │ └── void_spec.hpp
│ │ │ ├── bool_fwd.hpp
│ │ │ ├── bool.hpp
│ │ │ ├── identity.hpp
│ │ │ ├── if.hpp
│ │ │ ├── int_fwd.hpp
│ │ │ ├── int.hpp
│ │ │ ├── lambda_fwd.hpp
│ │ │ ├── limits
│ │ │ │ └── arity.hpp
│ │ │ ├── not.hpp
│ │ │ ├── or.hpp
│ │ │ ├── placeholders.hpp
│ │ │ ├── void_fwd.hpp
│ │ │ └── void.hpp
│ │ ├── next_prior.hpp
│ │ ├── noncopyable.hpp
│ │ ├── non_type.hpp
│ │ ├── preprocessor
│ │ │ ├── arithmetic
│ │ │ │ └── inc.hpp
│ │ │ ├── cat.hpp
│ │ │ ├── comma_if.hpp
│ │ │ ├── config
│ │ │ │ └── config.hpp
│ │ │ ├── control
│ │ │ │ ├── expr_iif.hpp
│ │ │ │ ├── if.hpp
│ │ │ │ └── iif.hpp
│ │ │ ├── debug
│ │ │ │ └── error.hpp
│ │ │ ├── detail
│ │ │ │ ├── auto_rec.hpp
│ │ │ │ ├── check.hpp
│ │ │ │ └── is_binary.hpp
│ │ │ ├── empty.hpp
│ │ │ ├── enum_params.hpp
│ │ │ ├── facilities
│ │ │ │ ├── empty.hpp
│ │ │ │ └── identity.hpp
│ │ │ ├── identity.hpp
│ │ │ ├── inc.hpp
│ │ │ ├── list
│ │ │ │ ├── adt.hpp
│ │ │ │ └── for_each_i.hpp
│ │ │ ├── logical
│ │ │ │ ├── and.hpp
│ │ │ │ ├── bitand.hpp
│ │ │ │ ├── bool.hpp
│ │ │ │ └── compl.hpp
│ │ │ ├── punctuation
│ │ │ │ ├── comma.hpp
│ │ │ │ └── comma_if.hpp
│ │ │ ├── repetition
│ │ │ │ ├── detail
│ │ │ │ │ └── for.hpp
│ │ │ │ ├── enum_params.hpp
│ │ │ │ ├── for.hpp
│ │ │ │ └── repeat.hpp
│ │ │ ├── stringize.hpp
│ │ │ └── tuple
│ │ │ ├── eat.hpp
│ │ │ ├── elem.hpp
│ │ │ ├── rem.hpp
│ │ │ └── to_list.hpp
│ │ ├── progress.hpp
│ │ ├── python
│ │ │ └── detail
│ │ │ ├── indirect_traits.hpp
│ │ │ └── is_xxx.hpp
│ │ ├── scoped_array.hpp
│ │ ├── scoped_ptr.hpp
│ │ ├── shared_array.hpp
│ │ ├── shared_ptr.hpp
│ │ ├── static_assert.hpp
│ │ ├── throw_exception.hpp
│ │ ├── timer.hpp
│ │ ├── token_functions.hpp
│ │ ├── token_iterator.hpp
│ │ ├── tokenizer.hpp
│ │ ├── type.hpp
│ │ ├── type_traits
│ │ │ ├── add_const.hpp
│ │ │ ├── add_pointer.hpp
│ │ │ ├── add_reference.hpp
│ │ │ ├── broken_compiler_spec.hpp
│ │ │ ├── config.hpp
│ │ │ ├── detail
│ │ │ │ ├── bool_trait_def.hpp
│ │ │ │ ├── bool_trait_undef.hpp
│ │ │ │ ├── cv_traits_impl.hpp
│ │ │ │ ├── false_result.hpp
│ │ │ │ ├── ice_and.hpp
│ │ │ │ ├── ice_eq.hpp
│ │ │ │ ├── ice_not.hpp
│ │ │ │ ├── ice_or.hpp
│ │ │ │ ├── is_function_ptr_helper.hpp
│ │ │ │ ├── is_mem_fun_pointer_impl.hpp
│ │ │ │ ├── is_mem_fun_pointer_tester.hpp
│ │ │ │ ├── template_arity_spec.hpp
│ │ │ │ ├── type_trait_def.hpp
│ │ │ │ ├── type_trait_undef.hpp
│ │ │ │ └── yes_no_type.hpp
│ │ │ ├── ice.hpp
│ │ │ ├── intrinsics.hpp
│ │ │ ├── is_arithmetic.hpp
│ │ │ ├── is_array.hpp
│ │ │ ├── is_class.hpp
│ │ │ ├── is_const.hpp
│ │ │ ├── is_convertible.hpp
│ │ │ ├── is_enum.hpp
│ │ │ ├── is_float.hpp
│ │ │ ├── is_function.hpp
│ │ │ ├── is_integral.hpp
│ │ │ ├── is_member_function_pointer.hpp
│ │ │ ├── is_member_pointer.hpp
│ │ │ ├── is_pod.hpp
│ │ │ ├── is_pointer.hpp
│ │ │ ├── is_reference.hpp
│ │ │ ├── is_same.hpp
│ │ │ ├── is_scalar.hpp
│ │ │ ├── is_union.hpp
│ │ │ ├── is_void.hpp
│ │ │ ├── is_volatile.hpp
│ │ │ ├── remove_const.hpp
│ │ │ ├── remove_cv.hpp
│ │ │ ├── remove_pointer.hpp
│ │ │ ├── remove_reference.hpp
│ │ │ └── same_traits.hpp
│ │ ├── utility
│ │ │ ├── addressof.hpp
│ │ │ └── base_from_member.hpp
│ │ ├── utility_fwd.hpp
│ │ └── utility.hpp
│ ├── LICENSE
│ ├── Makefile
│ ├── NEWS
│ ├── python
│ │ ├── genwrap.sh
│ │ ├── maxent
│ │ │ ├── cmaxent.py
│ │ │ ├── __init__.py
│ │ │ └── pymaxent.py
│ │ ├── maxent.i
│ │ ├── maxent_wrap.cxx
│ │ ├── orange
│ │ │ ├── orngMaxent.py
│ │ │ ├── README
│ │ │ ├── setup.py
│ │ │ └── voting.tab
│ │ ├── README
│ │ ├── setup.py
│ │ └── setup.py.in
│ ├── README
│ ├── script
│ │ ├── boostheaders.py
│ │ ├── config.guess
│ │ ├── config.sub
│ │ ├── dist_bin.sh
│ │ ├── filelist.txt
│ │ ├── fileperm.sh
│ │ ├── install-sh
│ │ ├── pkg_build.sh
│ │ ├── pre_dist.sh
│ │ └── reconf.sh
│ ├── src
│ │ ├── display.cpp
│ │ ├── display.hpp
│ │ ├── eventspace.hpp
│ │ ├── eventspace.tcc
│ │ ├── ext_algorithm.hpp
│ │ ├── f77_dummy_main.cpp
│ │ ├── finite.h
│ │ ├── getopt1.c
│ │ ├── getopt.c
│ │ ├── getopt.h
│ │ ├── gistrainer.cpp
│ │ ├── gistrainer.hpp
│ │ ├── hash_map.hpp
│ │ ├── itemmap.hpp
│ │ ├── itemmap.tcc
│ │ ├── Jamfile
│ │ ├── lbfgs.f
│ │ ├── lbfgs.h
│ │ ├── lbfgstrainer.cpp
│ │ ├── lbfgstrainer.hpp
│ │ ├── lbfgs_wrapper.c
│ │ ├── line_mem_iterator.hpp
│ │ ├── line_stream_iterator.hpp
│ │ ├── maxent_cmdline.c
│ │ ├── maxent_cmdline.h
│ │ ├── maxent.cpp
│ │ ├── maxent.ggo
│ │ ├── maxentmodel.cpp
│ │ ├── maxentmodel.hpp
│ │ ├── meevent.hpp
│ │ ├── mmapfile.c
│ │ ├── mmapfile.h
│ │ ├── mmapfile.hpp
│ │ ├── modelfile.cpp
│ │ ├── modelfile.hpp
│ │ ├── opt.sh
│ │ ├── rfevent.hpp
│ │ ├── sdrive.c
│ │ ├── token_mem_iterator.hpp
│ │ ├── trainer.cpp
│ │ └── trainer.hpp
│ ├── test
│ │ ├── data
│ │ │ ├── me_gis_train2.ev
│ │ │ ├── me_gis_train.ev
│ │ │ ├── me_model2.txt
│ │ │ ├── me_model.txt
│ │ │ ├── model_temp.ev
│ │ │ └── rf_model.txt
│ │ ├── Jamfile
│ │ ├── minunit.h
│ │ ├── README
│ │ ├── runall.py
│ │ ├── test_display.cpp
│ │ ├── test_event.cpp
│ │ ├── test_gistrainer.cpp
│ │ ├── test_itemmap.cpp
│ │ ├── test_lbfgstrainer.cpp
│ │ ├── test_maxentmodel.cpp
│ │ ├── test_mmapfile.cpp
│ │ ├── test_modelfile.cpp
│ │ └── test_pyext.py
│ ├── THANKS
│ └── tools
│ ├── build_jam.sh
│ ├── jam-2.5.tar
│ └── mingw.diff
├── maxent-20061005.tar.bz2
└── 新建 文本文档.txt
61 directories, 415 files
数据挖掘中的决策树相关代码。包含java;c++;matlab;有代码和应用程序。
【实例截图】
【核心代码】
4744302543389480633.rar
└── fp_tree合集
├── fp_tree合集
│ ├── fpgrowth(c++版)
│ │ ├── data.cpp
│ │ ├── data.h
│ │ ├── Debug
│ │ │ ├── fpgrowth.obj
│ │ │ ├── fpgrowth.pch
│ │ │ ├── fpgrowth.pdb
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── fpgrowth.cpp
│ │ ├── fpgrowth.dsp
│ │ ├── fpgrowth.dsw
│ │ ├── fpgrowth.h
│ │ ├── fpgrowth.ncb
│ │ ├── fpgrowth.opt
│ │ ├── fpgrowth.plg
│ │ ├── fptree.cpp
│ │ ├── fptree.h
│ │ ├── item.cpp
│ │ ├── item.h
│ │ ├── Makefile
│ │ └── testfpgrowth.cpp
│ ├── fpgrowth(java)
│ │ ├── about.txt
│ │ ├── fpgrowth.jar
│ │ ├── sample1.txt
│ │ ├── sample.txt
│ │ ├── source
│ │ │ └── fptree
│ │ │ ├── Algorithm Description
│ │ │ ├── ConnDB.java
│ │ │ ├── CreateFPTree.java
│ │ │ ├── FPGrowth.java
│ │ │ ├── FPTree.java
│ │ │ ├── Item.java
│ │ │ ├── ITree.java
│ │ │ ├── MyException.java
│ │ │ ├── Print.java
│ │ │ ├── Queue.java
│ │ │ ├── Sort.java
│ │ │ ├── Stack.java
│ │ │ ├── StackTest.java
│ │ │ └── Test.java
│ │ └── test.bat
│ └── fp-tree java
│ ├── AssocRuleMining.java
│ ├── FPgrowthApp.java
│ ├── FPtree.java
│ ├── TotalSupportTree.java
│ └── TtreeNode.java
└── 算法
├── 435
│ └── ID3.pdf
├── DTree
│ ├── crx.test
│ ├── crx.train
│ ├── DTree.cpp
│ └── DTree.h
├── id3+matlab.txt
├── maxent-20061005
│ └── maxent-20061005
│ ├── aclocal.m4
│ ├── ChangeLog
│ ├── config.h
│ ├── config.h.in
│ ├── configure
│ ├── configure.in
│ ├── doc
│ │ ├── classmaxent_1_1MaxentModel.tex
│ │ ├── classmaxent_1_1Trainer.tex
│ │ ├── Doxyfile
│ │ ├── doxygen.sty
│ │ ├── Makefile
│ │ ├── manual.lyx
│ │ ├── manual.pdf
│ │ ├── maxent.bib
│ │ ├── namespacemaxent.tex
│ │ └── namespaces.tex
│ ├── example
│ │ ├── postagger
│ │ │ ├── colorize.py
│ │ │ ├── context.py
│ │ │ ├── evaltag.py
│ │ │ ├── maxent_tagger.py
│ │ │ ├── postagger.py
│ │ │ ├── postrainer.py
│ │ │ └── README
│ │ └── README
│ ├── INSTALL
│ ├── Jamfile
│ ├── Jamrules
│ ├── Jamrules.in
│ ├── lib
│ │ └── boost
│ │ ├── assert.hpp
│ │ ├── checked_delete.hpp
│ │ ├── config
│ │ │ ├── abi
│ │ │ │ ├── borland_prefix.hpp
│ │ │ │ ├── borland_suffix.hpp
│ │ │ │ ├── msvc_prefix.hpp
│ │ │ │ └── msvc_suffix.hpp
│ │ │ ├── abi_prefix.hpp
│ │ │ ├── abi_suffix.hpp
│ │ │ ├── auto_link.hpp
│ │ │ ├── compiler
│ │ │ │ ├── borland.hpp
│ │ │ │ ├── comeau.hpp
│ │ │ │ ├── common_edg.hpp
│ │ │ │ ├── compaq_cxx.hpp
│ │ │ │ ├── digitalmars.hpp
│ │ │ │ ├── gcc.hpp
│ │ │ │ ├── greenhills.hpp
│ │ │ │ ├── hp_acc.hpp
│ │ │ │ ├── intel.hpp
│ │ │ │ ├── kai.hpp
│ │ │ │ ├── metrowerks.hpp
│ │ │ │ ├── mpw.hpp
│ │ │ │ ├── sgi_mipspro.hpp
│ │ │ │ ├── sunpro_cc.hpp
│ │ │ │ ├── vacpp.hpp
│ │ │ │ └── visualc.hpp
│ │ │ ├── platform
│ │ │ │ ├── aix.hpp
│ │ │ │ ├── amigaos.hpp
│ │ │ │ ├── beos.hpp
│ │ │ │ ├── bsd.hpp
│ │ │ │ ├── cygwin.hpp
│ │ │ │ ├── hpux.hpp
│ │ │ │ ├── irix.hpp
│ │ │ │ ├── linux.hpp
│ │ │ │ ├── macos.hpp
│ │ │ │ ├── solaris.hpp
│ │ │ │ └── win32.hpp
│ │ │ ├── posix_features.hpp
│ │ │ ├── requires_threads.hpp
│ │ │ ├── select_compiler_config.hpp
│ │ │ ├── select_platform_config.hpp
│ │ │ ├── select_stdlib_config.hpp
│ │ │ ├── stdlib
│ │ │ │ ├── dinkumware.hpp
│ │ │ │ ├── libcomo.hpp
│ │ │ │ ├── libstdcpp3.hpp
│ │ │ │ ├── modena.hpp
│ │ │ │ ├── msl.hpp
│ │ │ │ ├── roguewave.hpp
│ │ │ │ ├── sgi.hpp
│ │ │ │ ├── stlport.hpp
│ │ │ │ └── vacpp.hpp
│ │ │ ├── suffix.hpp
│ │ │ └── user.hpp
│ │ ├── config.hpp
│ │ ├── cstdint.hpp
│ │ ├── detail
│ │ │ ├── iterator.hpp
│ │ │ ├── lightweight_mutex.hpp
│ │ │ ├── lwm_nop.hpp
│ │ │ ├── lwm_pthreads.hpp
│ │ │ ├── lwm_win32.hpp
│ │ │ ├── lwm_win32_nt.hpp
│ │ │ ├── shared_count.hpp
│ │ │ └── workaround.hpp
│ │ ├── iterator
│ │ │ ├── detail
│ │ │ │ ├── config_def.hpp
│ │ │ │ ├── config_undef.hpp
│ │ │ │ ├── enable_if.hpp
│ │ │ │ ├── facade_iterator_category.hpp
│ │ │ │ └── minimum_category.hpp
│ │ │ ├── interoperable.hpp
│ │ │ ├── iterator_adaptor.hpp
│ │ │ ├── iterator_categories.hpp
│ │ │ ├── iterator_facade.hpp
│ │ │ └── iterator_traits.hpp
│ │ ├── iterator.hpp
│ │ ├── lexical_cast.hpp
│ │ ├── limits.hpp
│ │ ├── mpl
│ │ │ ├── always.hpp
│ │ │ ├── and.hpp
│ │ │ ├── apply.hpp
│ │ │ ├── apply_if.hpp
│ │ │ ├── arg_fwd.hpp
│ │ │ ├── arg.hpp
│ │ │ ├── aux_
│ │ │ │ ├── algorithm_namespace.hpp
│ │ │ │ ├── apply.hpp
│ │ │ │ ├── arg_typedef.hpp
│ │ │ │ ├── arity.hpp
│ │ │ │ ├── arity_spec.hpp
│ │ │ │ ├── config
│ │ │ │ │ ├── compiler.hpp
│ │ │ │ │ ├── dtp.hpp
│ │ │ │ │ ├── eti.hpp
│ │ │ │ │ ├── lambda.hpp
│ │ │ │ │ ├── msvc.hpp
│ │ │ │ │ ├── nttp.hpp
│ │ │ │ │ ├── overload_resolution.hpp
│ │ │ │ │ ├── preprocessor.hpp
│ │ │ │ │ ├── static_constant.hpp
│ │ │ │ │ ├── ttp.hpp
│ │ │ │ │ ├── use_preprocessed.hpp
│ │ │ │ │ └── workaround.hpp
│ │ │ │ ├── include_preprocessed.hpp
│ │ │ │ ├── integral_wrapper.hpp
│ │ │ │ ├── lambda_arity_param.hpp
│ │ │ │ ├── lambda_spec.hpp
│ │ │ │ ├── lambda_support.hpp
│ │ │ │ ├── msvc_never_true.hpp
│ │ │ │ ├── nested_type_wknd.hpp
│ │ │ │ ├── preprocessed
│ │ │ │ │ ├── bcc551
│ │ │ │ │ │ ├── and.hpp
│ │ │ │ │ │ ├── apply.hpp
│ │ │ │ │ │ ├── arg.hpp
│ │ │ │ │ │ ├── or.hpp
│ │ │ │ │ │ └── placeholders.hpp
│ │ │ │ │ ├── gcc
│ │ │ │ │ │ ├── and.hpp
│ │ │ │ │ │ ├── apply.hpp
│ │ │ │ │ │ ├── arg.hpp
│ │ │ │ │ │ ├── or.hpp
│ │ │ │ │ │ └── placeholders.hpp
│ │ │ │ │ └── plain
│ │ │ │ │ ├── and.hpp
│ │ │ │ │ ├── apply.hpp
│ │ │ │ │ ├── arg.hpp
│ │ │ │ │ ├── or.hpp
│ │ │ │ │ └── placeholders.hpp
│ │ │ │ ├── preprocessor
│ │ │ │ │ ├── def_params_tail.hpp
│ │ │ │ │ ├── enum.hpp
│ │ │ │ │ ├── filter_params.hpp
│ │ │ │ │ ├── params.hpp
│ │ │ │ │ ├── sub.hpp
│ │ │ │ │ └── tuple.hpp
│ │ │ │ ├── static_cast.hpp
│ │ │ │ ├── template_arity_fwd.hpp
│ │ │ │ ├── value_wknd.hpp
│ │ │ │ └── void_spec.hpp
│ │ │ ├── bool_fwd.hpp
│ │ │ ├── bool.hpp
│ │ │ ├── identity.hpp
│ │ │ ├── if.hpp
│ │ │ ├── int_fwd.hpp
│ │ │ ├── int.hpp
│ │ │ ├── lambda_fwd.hpp
│ │ │ ├── limits
│ │ │ │ └── arity.hpp
│ │ │ ├── not.hpp
│ │ │ ├── or.hpp
│ │ │ ├── placeholders.hpp
│ │ │ ├── void_fwd.hpp
│ │ │ └── void.hpp
│ │ ├── next_prior.hpp
│ │ ├── noncopyable.hpp
│ │ ├── non_type.hpp
│ │ ├── preprocessor
│ │ │ ├── arithmetic
│ │ │ │ └── inc.hpp
│ │ │ ├── cat.hpp
│ │ │ ├── comma_if.hpp
│ │ │ ├── config
│ │ │ │ └── config.hpp
│ │ │ ├── control
│ │ │ │ ├── expr_iif.hpp
│ │ │ │ ├── if.hpp
│ │ │ │ └── iif.hpp
│ │ │ ├── debug
│ │ │ │ └── error.hpp
│ │ │ ├── detail
│ │ │ │ ├── auto_rec.hpp
│ │ │ │ ├── check.hpp
│ │ │ │ └── is_binary.hpp
│ │ │ ├── empty.hpp
│ │ │ ├── enum_params.hpp
│ │ │ ├── facilities
│ │ │ │ ├── empty.hpp
│ │ │ │ └── identity.hpp
│ │ │ ├── identity.hpp
│ │ │ ├── inc.hpp
│ │ │ ├── list
│ │ │ │ ├── adt.hpp
│ │ │ │ └── for_each_i.hpp
│ │ │ ├── logical
│ │ │ │ ├── and.hpp
│ │ │ │ ├── bitand.hpp
│ │ │ │ ├── bool.hpp
│ │ │ │ └── compl.hpp
│ │ │ ├── punctuation
│ │ │ │ ├── comma.hpp
│ │ │ │ └── comma_if.hpp
│ │ │ ├── repetition
│ │ │ │ ├── detail
│ │ │ │ │ └── for.hpp
│ │ │ │ ├── enum_params.hpp
│ │ │ │ ├── for.hpp
│ │ │ │ └── repeat.hpp
│ │ │ ├── stringize.hpp
│ │ │ └── tuple
│ │ │ ├── eat.hpp
│ │ │ ├── elem.hpp
│ │ │ ├── rem.hpp
│ │ │ └── to_list.hpp
│ │ ├── progress.hpp
│ │ ├── python
│ │ │ └── detail
│ │ │ ├── indirect_traits.hpp
│ │ │ └── is_xxx.hpp
│ │ ├── scoped_array.hpp
│ │ ├── scoped_ptr.hpp
│ │ ├── shared_array.hpp
│ │ ├── shared_ptr.hpp
│ │ ├── static_assert.hpp
│ │ ├── throw_exception.hpp
│ │ ├── timer.hpp
│ │ ├── token_functions.hpp
│ │ ├── token_iterator.hpp
│ │ ├── tokenizer.hpp
│ │ ├── type.hpp
│ │ ├── type_traits
│ │ │ ├── add_const.hpp
│ │ │ ├── add_pointer.hpp
│ │ │ ├── add_reference.hpp
│ │ │ ├── broken_compiler_spec.hpp
│ │ │ ├── config.hpp
│ │ │ ├── detail
│ │ │ │ ├── bool_trait_def.hpp
│ │ │ │ ├── bool_trait_undef.hpp
│ │ │ │ ├── cv_traits_impl.hpp
│ │ │ │ ├── false_result.hpp
│ │ │ │ ├── ice_and.hpp
│ │ │ │ ├── ice_eq.hpp
│ │ │ │ ├── ice_not.hpp
│ │ │ │ ├── ice_or.hpp
│ │ │ │ ├── is_function_ptr_helper.hpp
│ │ │ │ ├── is_mem_fun_pointer_impl.hpp
│ │ │ │ ├── is_mem_fun_pointer_tester.hpp
│ │ │ │ ├── template_arity_spec.hpp
│ │ │ │ ├── type_trait_def.hpp
│ │ │ │ ├── type_trait_undef.hpp
│ │ │ │ └── yes_no_type.hpp
│ │ │ ├── ice.hpp
│ │ │ ├── intrinsics.hpp
│ │ │ ├── is_arithmetic.hpp
│ │ │ ├── is_array.hpp
│ │ │ ├── is_class.hpp
│ │ │ ├── is_const.hpp
│ │ │ ├── is_convertible.hpp
│ │ │ ├── is_enum.hpp
│ │ │ ├── is_float.hpp
│ │ │ ├── is_function.hpp
│ │ │ ├── is_integral.hpp
│ │ │ ├── is_member_function_pointer.hpp
│ │ │ ├── is_member_pointer.hpp
│ │ │ ├── is_pod.hpp
│ │ │ ├── is_pointer.hpp
│ │ │ ├── is_reference.hpp
│ │ │ ├── is_same.hpp
│ │ │ ├── is_scalar.hpp
│ │ │ ├── is_union.hpp
│ │ │ ├── is_void.hpp
│ │ │ ├── is_volatile.hpp
│ │ │ ├── remove_const.hpp
│ │ │ ├── remove_cv.hpp
│ │ │ ├── remove_pointer.hpp
│ │ │ ├── remove_reference.hpp
│ │ │ └── same_traits.hpp
│ │ ├── utility
│ │ │ ├── addressof.hpp
│ │ │ └── base_from_member.hpp
│ │ ├── utility_fwd.hpp
│ │ └── utility.hpp
│ ├── LICENSE
│ ├── Makefile
│ ├── NEWS
│ ├── python
│ │ ├── genwrap.sh
│ │ ├── maxent
│ │ │ ├── cmaxent.py
│ │ │ ├── __init__.py
│ │ │ └── pymaxent.py
│ │ ├── maxent.i
│ │ ├── maxent_wrap.cxx
│ │ ├── orange
│ │ │ ├── orngMaxent.py
│ │ │ ├── README
│ │ │ ├── setup.py
│ │ │ └── voting.tab
│ │ ├── README
│ │ ├── setup.py
│ │ └── setup.py.in
│ ├── README
│ ├── script
│ │ ├── boostheaders.py
│ │ ├── config.guess
│ │ ├── config.sub
│ │ ├── dist_bin.sh
│ │ ├── filelist.txt
│ │ ├── fileperm.sh
│ │ ├── install-sh
│ │ ├── pkg_build.sh
│ │ ├── pre_dist.sh
│ │ └── reconf.sh
│ ├── src
│ │ ├── display.cpp
│ │ ├── display.hpp
│ │ ├── eventspace.hpp
│ │ ├── eventspace.tcc
│ │ ├── ext_algorithm.hpp
│ │ ├── f77_dummy_main.cpp
│ │ ├── finite.h
│ │ ├── getopt1.c
│ │ ├── getopt.c
│ │ ├── getopt.h
│ │ ├── gistrainer.cpp
│ │ ├── gistrainer.hpp
│ │ ├── hash_map.hpp
│ │ ├── itemmap.hpp
│ │ ├── itemmap.tcc
│ │ ├── Jamfile
│ │ ├── lbfgs.f
│ │ ├── lbfgs.h
│ │ ├── lbfgstrainer.cpp
│ │ ├── lbfgstrainer.hpp
│ │ ├── lbfgs_wrapper.c
│ │ ├── line_mem_iterator.hpp
│ │ ├── line_stream_iterator.hpp
│ │ ├── maxent_cmdline.c
│ │ ├── maxent_cmdline.h
│ │ ├── maxent.cpp
│ │ ├── maxent.ggo
│ │ ├── maxentmodel.cpp
│ │ ├── maxentmodel.hpp
│ │ ├── meevent.hpp
│ │ ├── mmapfile.c
│ │ ├── mmapfile.h
│ │ ├── mmapfile.hpp
│ │ ├── modelfile.cpp
│ │ ├── modelfile.hpp
│ │ ├── opt.sh
│ │ ├── rfevent.hpp
│ │ ├── sdrive.c
│ │ ├── token_mem_iterator.hpp
│ │ ├── trainer.cpp
│ │ └── trainer.hpp
│ ├── test
│ │ ├── data
│ │ │ ├── me_gis_train2.ev
│ │ │ ├── me_gis_train.ev
│ │ │ ├── me_model2.txt
│ │ │ ├── me_model.txt
│ │ │ ├── model_temp.ev
│ │ │ └── rf_model.txt
│ │ ├── Jamfile
│ │ ├── minunit.h
│ │ ├── README
│ │ ├── runall.py
│ │ ├── test_display.cpp
│ │ ├── test_event.cpp
│ │ ├── test_gistrainer.cpp
│ │ ├── test_itemmap.cpp
│ │ ├── test_lbfgstrainer.cpp
│ │ ├── test_maxentmodel.cpp
│ │ ├── test_mmapfile.cpp
│ │ ├── test_modelfile.cpp
│ │ └── test_pyext.py
│ ├── THANKS
│ └── tools
│ ├── build_jam.sh
│ ├── jam-2.5.tar
│ └── mingw.diff
├── maxent-20061005.tar.bz2
└── 新建 文本文档.txt
61 directories, 415 files
标签:
好例子网口号:伸出你的我的手 — 分享!
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论