Package | Description |
---|---|
weka.classifiers.timeseries.eval | |
weka.classifiers.timeseries.eval.graph |
Modifier and Type | Method and Description |
---|---|
JPanel |
TSEvaluation.graphFutureForecastOnTesting(GraphDriver driver,
TSForecaster forecaster,
List<String> targetNames)
Graph historical and future forecasted values using a graph driver for the
test.
|
JPanel |
TSEvaluation.graphFutureForecastOnTraining(GraphDriver driver,
TSForecaster forecaster,
List<String> targetNames)
Graph historical and future forecasted values using a graph driver for the
training data.
|
JPanel |
TSEvaluation.graphPredictionsForStepsOnTesting(GraphDriver driver,
TSForecaster forecaster,
String targetName,
List<Integer> stepsToPlot,
int instanceNumberOffset)
Graph predicted values at the given step-ahead levels for a single target
on the test data.
|
JPanel |
TSEvaluation.graphPredictionsForStepsOnTraining(GraphDriver driver,
TSForecaster forecaster,
String targetName,
List<Integer> stepsToPlot,
int instanceNumberOffset)
Graph predicted values at the given step-ahead levels for a single target
on the training data.
|
JPanel |
TSEvaluation.graphPredictionsForTargetsOnTesting(GraphDriver driver,
TSForecaster forecaster,
List<String> graphTargets,
int graphStepNum,
int primeWindowSize)
Graph predicted values at the given step-ahead level for the supplied
targets on the test data.
|
JPanel |
TSEvaluation.graphPredictionsForTargetsOnTraining(GraphDriver driver,
TSForecaster forecaster,
List<String> graphTargets,
int graphStepNum,
int instanceNumberOffset)
Graph predicted values at the given step-ahead level for the supplied
targets on the training data.
|
Modifier and Type | Class and Description |
---|---|
class |
JFreeChartDriver
A Graph driver that uses the JFreeChart library.
|
Modifier and Type | Method and Description |
---|---|
static GraphDriver |
GraphDriver.getDefaultDriver()
Get the default graph driver (currently uses the JFreeChart library)
|
static GraphDriver |
GraphDriver.getDriver(String driverName)
Factory method for obtaining a named graph driver for producing
graphs
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.