re-ignore doc - fix exogens usage
[talweg.git] / pkg / man / Forecast-class.Rd
diff --git a/pkg/man/Forecast-class.Rd b/pkg/man/Forecast-class.Rd
deleted file mode 100644 (file)
index 990890e..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/Forecast.R
-\docType{class}
-\name{Forecast-class}
-\alias{Forecast}
-\alias{Forecast-class}
-\title{Forecast}
-\description{
-Forecast encapsulation
-}
-\section{Fields}{
-
-\describe{
-\item{\code{pred}}{List with
-\itemize{
-  \item serie: forecasted serie
-  \item params: corresponding list of parameters (weights, neighbors...)
-  \item index: corresponding index in data object
-}}
-}}
-\section{Methods}{
-
-\describe{
-\item{\code{append(new_serie, new_params, new_index)}}{Obtain a new pair (serie, params)}
-
-\item{\code{getIndexInData(index)}}{Get (day) index in data where prediction took place}
-
-\item{\code{getParams(index)}}{Get params at specified index}
-
-\item{\code{getSerie(index)}}{Get serie values at specified index}
-
-\item{\code{initialize(...)}}{Initialize empty Forecast object}
-}}
-