MATLAB File Help: cv.RTrees/TermCriteria | Index |
The termination criteria that specifies when the training algorithm stops.
Either when the specified number of trees is trained and added to
the ensemble or when sufficient accuracy (measured as OOB error) is
achieved. Typically the more trees you have the better the accuracy.
However, the improvement in accuracy generally diminishes and
asymptotes pass a certain number of trees. Also to keep in mind, the
number of tree increases the prediction time linearly. Default value
is struct('type','Count+EPS', 'maxCount',50, 'epsilon',0.1)
Constant | false |
Dependent | true |
Sealed | false |
Transient | false |
GetAccess | 'public' |
SetAccess | 'public' |
GetObservable | false |
SetObservable | false |