- Detailed
- Indicator to output detailed information about the decision tree and the specific tree information, including the task index and the tree index for each tree.
- OutputProb
- Indicator to output the probability for each response. If you omit Responses, the function outputs only the probability of the predicted class. Options are true and false. Must be true when using Responses.
- Responses
- Classes to output the probabilities. Default behavior is to output only the probability of the predicted class.The Responses argument only works with a classification model.
- Accumulate
- Names of the input columns to copy to the output table.