Usage | Returns |
---|---|
ee.Classifier.decisionTreeEnsemble(treeStrings) | Classifier |
Argument | Type | Details |
---|---|---|
treeStrings | List | The decision trees, specified in the text format generated by R and other similar tools. Each item in the list should contain one or more trees in text format. |