mex/standalone interface to Andy Liaw et al.'s C code (used in R package randomForest)
Added by Abhishek Jaiantilal ( [email protected] )
License: GPLv2
Version: 0.02
CLASSIFICATION BASED RANDOMFOREST
****A tutorial for matlab now in tutorial_ClassRF.m****
Ways to generate Mex's and Standalone files
rfsub.o is compiled using fortran from rfsub.f. In case cywin or a fortran
compiler is not present just copy the appropriate (depending on OS)
rfsub.o from precompiled_rfsub directory to the current directory
___STANDALONE____ (not exactly standalone but an interface via C)
An example for a C file using the twonorm dataset for classification
is shown in src/twonorm_C_wrapper.cpp
This is a standalone version that needs to set right parameters in CPP file.
Compiling in windows:
Method 1: use cygwin and make: go to current directory and run 'make twonorm -f Makefile.windows'
in cygwin command prompt. Need to have gcc/g++ and g77 (in cygwin)
installed. Also the custom makefile differs from the linux version which has -lgfortran
whereas the windows version doesn't. Will generate twonorm_test.exe
Method 2: use DevC++ (download from http://www.bloodshed.net/devcpp.html ).
Open the twonorm_C_devc.dev file which is a project file which has the sources
etc set. Just compile and run. Will generate twonorm_C_devcpp.exe
Compiling in linux:
Method 1: use linux and make: go to this directory and run 'make diabetes'
in command prompt. Need to have gcc/g++ and fortran installed. Will generate diabetes_test.
run as ./diabetes_test
___MATLAB___
generates Mex files that can be called in Matlab directly.
Compiling in windows:
Use the compile_windows.m and run in windows. It will compile and generate
appropriate mex files. Need Visual C++ or some other compiler
(VC++ express edition also works). Won't work with Matlab's inbuilt compiler (lcc)
Compiling in linux:
Use the compile_linux.m and run in windows. It will compile and generate
appropriate mex files.
Using the Mex interface:
There are 2 functions classRF_train and classRF_predict as given below.
See the sample file test_ClassRF_extensively.m
%function Y_hat = classRF_predict(X,model)
%requires 2 arguments
%X: data matrix
%model: generated via classRF_train function
%function model = classRF_train(X,Y,ntree,mtry, extra_options)
%requires 2 arguments and the rest 2 are optional
%X: data matrix
%Y: target values
%ntree (optional): number of trees (default is 500)
%mtry (default is max(floor(D/3),1) D=number of features in X)
%there are about 14 odd options for extra_options. Refer to tutorial_ClassRF.m to examine them
Version History:
v0.02 (May-15-09):Updated so that classification package now has about 95% of the total options
that the R-package gives. Woohoo. Tracing of what happening behind screen works better.
v0.01 (Mar-22-09): very basic interface for mex/standalone to Liaw et al's
randomForest Package supports only ntree and mtry changing for time being.
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
随机森林工具包,以针对mex不能编译complie_windows.m文件中对于文件mex_ClassificationRF_predict.cpp,mex_ClassificationRF_train.cpp的C2440,c2664错误进行了修改,使得工具包能成功编译,并且编译好mexw64文件。 对于随机森林工具箱的分类和回归模块mex编译出现的错误都进行了修改。
资源推荐
资源详情
资源评论



























收起资源包目录













































































共 63 条
- 1
资源评论


ShiYan__
- 粉丝: 0
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 2018-2019高中地理第六章人类与地理环境的协调发展附6GPS与GIS地理信息技术的应用必修2.ppt
- 通信工程专业单片机系统设计、仿真与程序设计指导书.doc
- 基于单片机控制的数字音乐盒的方案设计书.doc
- CAD技术在水利水电工程中的应用.doc
- 计算机应用技术专业剖析报告.doc
- DSPG语音压缩算法设计方案与实现.doc
- 电气控制与PLC课程方案设计书任务书.doc
- 移动互联网技术在配电运检专业的应用.docx
- 计算机发展现状及趋势分析.docx
- 优化设计方案控制工程造价-项目管理论文.docx
- 机房系统集成需求分析.doc
- 论网络黑客的刑法规制.docx
- 形象化教学法在计算机网络课程课堂教学中的运用探索.docx
- 虚拟社会环境下的网络舆情现状分析.docx
- 电气工程及其自动化问题与对策研究.docx
- 与计算机视觉课程作业相关的代码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
