Hi,
given the textual view corresponding to a regression tree: how can one map it into an XML file? Is there an operator for this? Can the operator
IOObjectWriter help here?
The textual view looks as follows:
attribute1 <= 7.5 :
| attribute2=2 <= 0.5 :
| | attribute3 <= 41.5 : LM1 (129/160.433%)
Thanks,
Geo