reorganize folder
[talweg.git] / pkg / man / NeighborsForecaster-class.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/F_Neighbors.R
3 \docType{class}
4 \name{NeighborsForecaster-class}
5 \alias{NeighborsForecaster}
6 \alias{NeighborsForecaster-class}
7 \title{Neighbors Forecaster}
8 \description{
9 Predict tomorrow as a weighted combination of "futures of the past" days.
10 Inherits \code{\link{Forecaster}}
11 }
12 \section{Methods}{
13
14 \describe{
15 \item{\code{initialize(...)}}{Initialize (generic) Forecaster object}
16
17 \item{\code{predict(today, memory, horizon, ...)}}{Obtain a new forecasted time-serie}
18 }}
19