Main Content

combine

Combine two ensembles

Syntax

B1 = combine(B1,B2)

Description

B1 = combine(B1,B2) appends decision trees from ensemble B2 to those stored in B1 and returns ensemble B1. This method requires that the class and variable names be identical in both ensembles.

See Also