% Generated by roxygen2: do not edit by hand % Please edit documentation in R/F_Neighbors.R \docType{class} \name{NeighborsForecaster-class} \alias{NeighborsForecaster} \alias{NeighborsForecaster-class} \title{Neighbors Forecaster} \description{ Predict tomorrow as a weighted combination of "futures of the past" days. Inherits \code{\link{Forecaster}} } \section{Methods}{ \describe{ \item{\code{initialize(...)}}{Initialize (generic) Forecaster object} \item{\code{predict(today, memory, horizon, ...)}}{Obtain a new forecasted time-serie} }}