Read.Tree: Evaluate utilities

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Read.Tree.R

Description

Read a csv file where the decision tree is defined.

Usage

1
Read.Tree(file, skip, nrows)

Arguments

file

input csv file containing the tree.

skip

starting row for read.

nrows

number of rows to read.

Value

data.table with utilities.

Author(s)

Pedro Guarderas, Andr<c3><a9>s Lopez

See Also

Read.Utilities, Make.Decision.Tree

Examples

1
2
3
4
5
library( data.table )
library( igraph )
file<-system.file("extdata", "tree.csv", package = "mau" )
sheetIndex<-1
tree.data<-Read.Tree( file, skip = 0, nrows = 8 )

mau documentation built on May 1, 2019, 8:23 p.m.