powered by
Read a csv file where the decision tree is defined.
Read.Tree(file, skip, nrows)
input csv file containing the tree.
starting row for read.
number of rows to read.
data.table with utilities.
Read.Utilities, Make.Decision.Tree
Read.Utilities
Make.Decision.Tree
# NOT RUN { 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