The performance of classification methods on cyclic data can be measured by a special form of cross-validation: Leave-One-Cycle-Out. That means that a complete cycle is used as test data and the others are used as training data. This is repeated for all complete cycles in the data.
Returns
A list with elements - MODEL: list with the model returned by method of the training data
perLDA <- benchB3("lda")## Not run:## due to parameter optimization rda takes a while perRDA <- benchB3("rda")library(rpart)## rpart will not work with prior argument:perRpart <- benchB3("rpart", prior =NULL)## End(Not run)