Hello,
I performed a boosting analisis with adabag package to obtain a classification 
tree with the following set of commands: 

Tesis.boost <- adaboost.M1(Captura~., data=Tesis2, mfinal=2)

> arb<-Tesis.boost$tree[[1]]

> post(arb, file ="")

> post(arb, file ="",title= "Arbol 1")


I would like to know the meanning of the numbers that appeared in the nodes of 
the tree (in circles and squares)?? For example: 8/120/31

Thanks,


BSc. Cecilia Lezama
> Facultad de Ciencias - UDELAR
> Montevideo - Uruguay
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to