#include <arima_result.h>
(Auto-)arima fitting result. Wrap everything in ArimaResult for easier refactoring if we want to use model-specific iteration results.
◆ ArimaResult() [1/2]
| google_bigquery_api::ArimaResult::ArimaResult |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ArimaResult() [2/2]
| google_bigquery_api::ArimaResult::ArimaResult |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ArimaResult()
| google_bigquery_api::ArimaResult::~ArimaResult |
( |
| ) |
|
|
virtual |
◆ clear_arima_model_info()
| void google_bigquery_api::ArimaResult::clear_arima_model_info |
( |
| ) |
|
|
inline |
Clears the 'arimaModelInfo' attribute.
◆ clear_seasonal_periods()
| void google_bigquery_api::ArimaResult::clear_seasonal_periods |
( |
| ) |
|
|
inline |
Clears the 'seasonalPeriods' attribute.
◆ get_arima_model_info()
| const client::JsonCppArray<ArimaModelInfo > google_bigquery_api::ArimaResult::get_arima_model_info |
( |
| ) |
const |
Get a reference to the value of the 'arimaModelInfo' attribute.
◆ get_seasonal_periods()
| const client::JsonCppArray<string > google_bigquery_api::ArimaResult::get_seasonal_periods |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'seasonalPeriods' attribute.
◆ GetTypeName()
| const StringPiece google_bigquery_api::ArimaResult::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_arima_model_info()
| bool google_bigquery_api::ArimaResult::has_arima_model_info |
( |
| ) |
const |
|
inline |
Determine if the 'arimaModelInfo' attribute was set.
- Returns
- true if the '
arimaModelInfo' attribute was set.
◆ has_seasonal_periods()
| bool google_bigquery_api::ArimaResult::has_seasonal_periods |
( |
| ) |
const |
|
inline |
Determine if the 'seasonalPeriods' attribute was set.
- Returns
- true if the '
seasonalPeriods' attribute was set.
◆ mutable_arimaModelInfo()
| client::JsonCppArray<ArimaModelInfo > google_bigquery_api::ArimaResult::mutable_arimaModelInfo |
( |
| ) |
|
Gets a reference to a mutable value of the 'arimaModelInfo' property.
This message is repeated because there are multiple arima models fitted in auto-arima. For non-auto-arima model, its size is one.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_seasonalPeriods()
| client::JsonCppArray<string > google_bigquery_api::ArimaResult::mutable_seasonalPeriods |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'seasonalPeriods' property.
Seasonal periods. Repeated because multiple periods are supported for one time series.
- Returns
- The result can be modified to change the attribute value.
◆ New()
| ArimaResult * google_bigquery_api::ArimaResult::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files:
- google/bigquery_api/arima_result.h
- google/bigquery_api/arima_result.cc