A compact decision tree. ctree has class CompactClassificationTree.
You can predict classifications using ctree exactly
as you can using tree. However, since ctree does
not contain training data, you cannot perform some actions, such as
cross validation.