search for: rfgrps2fit1

Displaying 1 result from an estimated 1 matches for "rfgrps2fit1".

Did you mean: dfagrps2fit1
2013 Nov 06
1
R help-classification accuracy of DFA and RF using caret
...FAgrps2Fit1 <- train(TrainDataDFAgrps2, TrainClassesDFAgrps2, + method = "lda", + tuneLength = 10, + trControl = trainControl(method = "cv")); Error in train.default(TrainDataDFAgrps2, TrainClassesDFAgrps2, method = "lda", : wrong model type for regression > RFgrps2Fit1 <- train(TrainDataRFgrps2, TrainClassesRFgrps2, + method = "rf", + tuneLength = 10, + trControl = trainControl(method = "cv")); There were 50 or more warnings (use warnings() to see the first 50) Clip of predcal (same length as grp.2, but too much data to display all): >...