![]() |
Microscopy Image Browser 2.91
MIB
|

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