Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
regRF_train.m File Reference

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) More...

Functions

function model = regRF_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)
 

Detailed Description

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)

Function Documentation

◆ regRF_train()

function model = regRF_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)

Required fields of extra_options:
Generated fields of model:

References D(), DEBUG_ON, max, min, and N.

Referenced by test_RegRF_extensively(), and tutorial_RegRF().

Here is the call graph for this function:
Here is the caller graph for this function: