| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
WindowSummary |
WindowSummary.clone() |
WindowSummary |
WindowSummary.withEvaluationType(EvaluationType evaluationType)
The type of evaluation.
|
WindowSummary |
WindowSummary.withEvaluationType(String evaluationType)
The type of evaluation.
|
WindowSummary |
WindowSummary.withItemCount(Integer itemCount)
The number of data points within the window.
|
WindowSummary |
WindowSummary.withMetrics(Metrics metrics)
Provides metrics used to evaluate the performance of a predictor.
|
WindowSummary |
WindowSummary.withTestWindowEnd(Date testWindowEnd)
The timestamp that defines the end of the window.
|
WindowSummary |
WindowSummary.withTestWindowStart(Date testWindowStart)
The timestamp that defines the start of the window.
|
| Modifier and Type | Method and Description |
|---|---|
List<WindowSummary> |
EvaluationResult.getTestWindows()
The array of test windows used for evaluating the algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult |
EvaluationResult.withTestWindows(WindowSummary... testWindows)
The array of test windows used for evaluating the algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationResult.setTestWindows(Collection<WindowSummary> testWindows)
The array of test windows used for evaluating the algorithm.
|
EvaluationResult |
EvaluationResult.withTestWindows(Collection<WindowSummary> testWindows)
The array of test windows used for evaluating the algorithm.
|
Copyright © 2024. All rights reserved.