print.tree_struct {LearnSL}R Documentation

Print Tree Structure

Description

This function prints the structure of a tree, generated by the decision_tree function.

Usage

## S3 method for class 'tree_struct'
print(x, ...)

Arguments

x

The tree structure.

...

Extra useless parameters.

Details

It must receive a tree_struct data type.

Value

nothing.

Author(s)

VĂ­ctor Amador Padilla, victor.amador@edu.uah.es

Examples

# example code
print(db_tree_struct)


[Package LearnSL version 1.0.0 Index]