as.dataRobotMultiSeriesProperties | R Documentation |
Return value for GetMultiSeriesProperties() and others
as.dataRobotMultiSeriesProperties(inList)
inList |
list. See return value below for expected elements. |
A named list which contains:
timeSeriesEligible logical. Whether or not the series is eligible to be used for time series.
crossSeriesEligible logical. Whether or not the cross series group by column is eligible for cross-series modeling. Will be NULL if no cross series group by column is used.
crossSeriesEligibilityReason character. The type of cross series eligibility (or ineligibility).
timeUnit character. For time series eligible features, the time unit covered by a single time step, e.g. "HOUR", or NULL for features that are not time series eligible.
timeStep integer. Expected difference in time units between rows in the data. Will be NULL for features that are not time series eligible.
Other MultiSeriesProject functions:
GetMultiSeriesProperties()
,
RequestCrossSeriesDetection()
,
RequestMultiSeriesDetection()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.