| fftreeModel-class | R Documentation |
An S4 class to represent a fast-and-frugal tree model
callAn image of the call that produced the object.
formulaformula Object of the model.
parametersParameters used to train the fast-and-frugal tree.
performanceList showing fitting and cross-validated performance.
class_labelsA vector of length 2 containing the class labels. The second entry is referred to as the positive class.
weightsA numeric vector of length 2. The first entry denotes the weight of instances in the negative class, the second entry the weight of instances in the positive class.
priorThe proportion of objects in the positive class in the training set.
treeRepresentation of the tree.
training_dataData that was used to train the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.