powered by
S3method for plotting the resulting tree formed by the partitioning algorithms in the SK4FGA package.
# S3 method for sk_partition_tree plot(x, ...)
Plot of the decision tree that is formed by the sk_partition_tree object returned by partition and partition.multi.
Output from the function "partition()"
Extra details for the plot. Unused.
data = generate_indices() part = partition(data) plot.sk_partition_tree(part) data(glass) data.multi = prepare_data(glass, 1)[1:3] part = partition.multi(data.multi) plot(part)
Run the code above in your browser using DataLab