as.party.C5.0 {C50} | R Documentation |
Convert C5.0 object to party format
Description
Convert C5.0 object to party format
Usage
## S3 method for class 'C5.0'
as.party(obj, trial = 0, ...)
Arguments
obj |
A |
trial |
An integer for the specific tree to plot. |
... |
Not currently used. |
Value
A party
object
[Package C50 version 0.1.8 Index]