AdaptixPredict: Perform prediction

Description Usage Arguments Value Examples

Description

Perform prediction

Usage

1
2
AdaptixPredict(conn, stream, from = NULL, to = NULL, at = NULL, rate,
  seasonality, filter = NULL, rebuild = FALSE, verbose = FALSE)

Arguments

conn

a valid Adaptix connection object.

stream

the ID of the stream on which to perform the prediction.

from

if not NULL, the starting date of the prediction. If NULL, defaults to the last point of the stream.

to

if not NULL, the closing date of the prediction. required if 'at' is NULL.

at

if not NULL, the date of the prediction. required if 'from' and 'to' are NULL.

rate

desired frame rate of the prediction scneario(s).

seasonality

expected seasonality of the predicted data.

filter

filter the data used in prediction to provided labels. Should be provided as a list.

verbose

display HTTP operation details.

Value

a data.frame with the requested collection of points.

Examples

1
AdaptixPredictions(conn = conn, stream = "123456abcdef", from = "2017-01-01", to = "2017-01-02", seasonality = "1w", rate = "1h", verbose = F)

Sensewaves/AdaptixR documentation built on May 28, 2019, 2:44 p.m.