rpart
Reading rpart Input Parameters from a Text Variable
I\'m using rpart to make a decision tree. For example: fit <- rpart(Kyphosis ~ Age + Number + Start, data=kyphosis)[详细]
2023-04-06 15:41 分类:问答Search for corresponding node in a regression tree using rpart
I\'m pretty new to R and I\'m stuck with a pretty dumb problem. I\'m calibrating a regression tree using the rpart package in order to do some classification and some forecasting.[详细]
2023-02-13 07:18 分类:问答R problems using rpart with 4000 records and 13 attributes
I have attempted to email the author of this package without success, just wondering if anybody else has experienced this.[详细]
2022-12-27 22:18 分类:问答What does the rpart "Error in as.character(x) : cannot coerce type 'builtin' to vector of type 'character' " message mean?
I\'ve been banging my head against rpart for a few days now (trying to make classification trees for this dataset that I have), and I think it\'s time to ask a lifeline at this point :-)I\'m sure it\'[详细]
2022-12-21 02:10 分类:问答