powered by
Print PP.Tree.class result
# S3 method for PPtreeclass print(x, coef.print = FALSE, cutoff.print = FALSE, verbose = TRUE, ...)
PPtreeclass object
print projection coefficients in each node ifTRUE
print cutoff values in each node if TRUE
print if TRUE, no output if FALSE
arguments to be passed to methods
Print the projection pursuit classification tree result
Lee, EK(2017) PPtreeViz: An R Package for Visualizing Projection Pursuit Classification Trees, Journal of Statistical Software <doi:10.18637/jss.v083.i08>
# NOT RUN { data(iris) Tree.result <- PPTreeclass(Species~.,data = iris,"LDA") Tree.result print(Tree.result,coef.print=TRUE,cutoff.print=TRUE) # }
Run the code above in your browser using DataLab