Answer Posted / Hemant Dhanvik
In R, a tree is a recursive data structure composed of nodes where each node either represents a simple value or has branches to smaller trees. Common examples include decision trees and recursive partitioning trees.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers