reorganize folder
[talweg.git] / pkg / man / NeighborsForecaster-class.Rd
diff --git a/pkg/man/NeighborsForecaster-class.Rd b/pkg/man/NeighborsForecaster-class.Rd
new file mode 100644 (file)
index 0000000..5de9678
--- /dev/null
@@ -0,0 +1,19 @@
+% 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}
+}}
+