文件名称:RF_MexStandalone-v0.02-precompiled
介绍说明--下载内容均来自于网络,请自行研究使用
用c写的随机森林工具包,可以在MATLAB环境下使用-This readme supercedes the ones in the sub-folders if you plan to use just the binaries on a Windows machine.
The binary for windows are already included, and should work out of the box.
Matlab usually installs these redistributable on Installation, but ...
But in case they dont work. Open the control panel and check for the following package:
Microsoft visual C++ 2005 redistributable (x64 if your machine is 64-bit or x86 for 32-bit OS)
If either is not there, you only need the 32-bit if you plan to use it on a 32-bit machine and same goes for 64-bit.
32-bit redistributable:
http://www.microsoft.com/downloads/details.aspx?familyid 32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang en
64-bit redistributable:
http://www.microsoft.com/downloads/details.aspx?familyid 90548130-4468-4BBC-9673-D6ACABD5D13B&displaylang en
Why do you need this?
Well, the package was compiled with Matlab and Visual C++ express edition. I reckon the latter might not be installed
on you
The binary for windows are already included, and should work out of the box.
Matlab usually installs these redistributable on Installation, but ...
But in case they dont work. Open the control panel and check for the following package:
Microsoft visual C++ 2005 redistributable (x64 if your machine is 64-bit or x86 for 32-bit OS)
If either is not there, you only need the 32-bit if you plan to use it on a 32-bit machine and same goes for 64-bit.
32-bit redistributable:
http://www.microsoft.com/downloads/details.aspx?familyid 32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang en
64-bit redistributable:
http://www.microsoft.com/downloads/details.aspx?familyid 90548130-4468-4BBC-9673-D6ACABD5D13B&displaylang en
Why do you need this?
Well, the package was compiled with Matlab and Visual C++ express edition. I reckon the latter might not be installed
on you
(系统自动生成,下载前可以参看下载内容)
下载文件列表
随机森林工具包RF_MexStandalone-v0.02-precompiled
................................................\README_Windows_binary.txt
................................................\randomforest-matlab
................................................\...................\RF_Class_C
................................................\...................\..........\Compile_Check
................................................\...................\..........\Makefile
................................................\...................\..........\Makefile.windows
................................................\...................\..........\README.txt
................................................\...................\..........\Version_History.txt
................................................\...................\..........\classRF_predict.m
................................................\...................\..........\classRF_train.m
................................................\...................\..........\compile_linux.m
................................................\...................\..........\compile_windows.m
................................................\...................\..........\data
................................................\...................\..........\....\X_twonorm.txt
................................................\...................\..........\....\Y_twonorm.txt
................................................\...................\..........\....\twonorm.mat
................................................\...................\..........\mexClassRF_predict.mexw32
................................................\...................\..........\mexClassRF_predict.mexw64
................................................\...................\..........\mexClassRF_train.mexw32
................................................\...................\..........\mexClassRF_train.mexw64
................................................\...................\..........\precompiled_rfsub
................................................\...................\..........\.................\linux64
................................................\...................\..........\.................\win32
................................................\...................\..........\.................\.....\rfsub.o
................................................\...................\..........\.................\win64
................................................\...................\..........\.................\.....\rfsub.o
................................................\...................\..........\rfsub.o
................................................\...................\..........\src
................................................\...................\..........\...\classRF.cpp
................................................\...................\..........\...\classTree.cpp
................................................\...................\..........\...\cokus.cpp
................................................\...................\..........\...\cokus_test.cpp
................................................\...................\..........\...\mex_ClassificationRF_predict.cpp
................................................\...................\..........\...\mex_ClassificationRF_train.cpp
................................................\...................\..........\...\qsort.c
................................................\...................\..........\...\rf.h
................................................\...................\..........\...\rfsub.f
................................................\...................\..........\...\rfutils.cpp
................................................\...................\..........\...\twonorm_C_wrapper.cpp
................................................\...................\..........\tempbuild
................................................\...................\..........\test_ClassRF_extensively.m
................................................\............