![]() |
Microscopy Image Browser
1.233
|
Files | |
file | compile_linux.m |
file | compile_windows.m |
file | regRF_predict.m |
requires 2 arguments X: data matrix model: generated via regRF_train function | |
file | regRF_train.m |
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) | |
file | test_RegRF_extensively.m |
file | tutorial_RegRF.m |
A simple tutorial file to interface with RF Options copied from http://cran.r-project.org/web/packages/randomForest/randomForest.pdf. | |