powered by
Read a csv file where the decision tree is defined.
read_tree(file, skip, nrows)
data.table with utilities.
input csv file containing the tree.
starting row for read.
number of rows to read.
Pedro Guarderas, Andrés Lopez
read_utilities, make_decision_tree
read_utilities
make_decision_tree
library( data.table ) library( igraph ) file <- system.file("extdata", "tree.csv", package = "mau" ) sheetIndex <- 1 tree.data <- read_tree( file, skip = 0, nrows = 8 )
Run the code above in your browser using DataLab