| Contents | Index |
Train additional trees and add to ensemble
B = growTrees(B,ntrees)
B = growTrees(B,ntrees,'param1',val1,'param2',val2,...)
B = growTrees(B,ntrees) grows ntrees new trees and appends them to those trees already stored in the ensemble B.
B = growTrees(B,ntrees,'param1',val1,'param2',val2,...) pecifies optional parameter name/value pairs:
| 'nprint' | Specifies that a diagnostic message showing training progress should display after every value training cycles (grown trees). Default is no diagnostic messages. |
| 'options' | A struct that specifies options that govern computation when
growing the ensemble of decision trees. One option requests that the
computation of decision trees on multiple bootstrap replicates uses
multiple processors, if the Parallel Computing Toolbox is available.
Two options specify the random number streams to use in selecting
bootstrap replicates. You can create this argument with a call to statset.
You can retrieve values of the individual fields with a call to statget. Applicable statset parameters
are:
|
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |