Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
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) More...
 

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

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 roiRegion.Options.

Referenced by test_RegRF_extensively(), and tutorial_RegRF().

Here is the caller graph for this function: