frbe()
classFormat an object of the frbe()
class into human readable form
and print it to the output.
# S3 method for frbe
print(x, ...)
An instance of frbe()
class
Unused.
None.
Format an object of the frbe()
class into human readable form
and print it to the output.
<U+0160>t<U+011B>pni<U+010D>ka, M., Burda, M., <U+0160>t<U+011B>pni<U+010D>kov<U+00E1>, L. Fuzzy Rule Base Ensemble Generated from Data by Linguistic Associations Mining. FUZZY SET SYST. 2015.
# NOT RUN {
# prepare data (from the forecast package)
library(forecast)
horizon <- 10
train <- wineind[-1 * (length(wineind)-horizon+1):length(wineind)]
test <- wineind[(length(wineind)-horizon+1):length(wineind)]
f <- frbe(ts(train, frequency=frequency(wineind)), h=horizon)
print(f)
print(test)
# }
Run the code above in your browser using DataLab