Package | Description |
---|---|
weka.classifiers.timeseries.eval | |
weka.classifiers.timeseries.eval.graph |
Modifier and Type | Class and Description |
---|---|
class |
DACModule
An evaluation module that computes the accuracy of the direction
of forecasted values.
|
class |
MAEModule
An evaluation module that computes the mean absolute error
of forecasted values.
|
class |
MAPEModule
Computes the mean absolute percentage error
|
class |
MSEModule
An evaluation module that computes the mean squared error
of forecasted values.
|
class |
RAEModule
An evaluation module that computes the relative absolute error
of forecasted values.
|
class |
RMSEModule
An evaluation module that computes the root mean squared error
of forecasted values.
|
class |
RRSEModule
An evaluation module that computes the root relative squared error
of forecasted values.
|
Modifier and Type | Method and Description |
---|---|
ErrorModule |
TSEvaluation.getPredictionsForTestData(int stepNumber)
Get predictions for all targets for the specified step number on the test
data
|
ErrorModule |
TSEvaluation.getPredictionsForTrainingData(int stepNumber)
Get predictions for all targets for the specified step number on the
training data
|
Modifier and Type | Method and Description |
---|---|
JPanel |
JFreeChartDriver.getGraphPanelTargets(TSForecaster forecaster,
ErrorModule preds,
List<String> targetNames,
int stepNumber,
int instanceNumOffset,
weka.core.Instances data)
Return the graph encapsulated in a panel.
|
abstract JPanel |
GraphDriver.getGraphPanelTargets(TSForecaster forecaster,
ErrorModule preds,
List<String> targetNames,
int stepNumber,
int instanceNumOffset,
weka.core.Instances data)
Return the graph encapsulated in a panel.
|
Modifier and Type | Method and Description |
---|---|
JPanel |
JFreeChartDriver.getGraphPanelSteps(TSForecaster forecaster,
List<ErrorModule> preds,
String targetName,
List<Integer> stepsToPlot,
int instanceNumOffset,
weka.core.Instances data)
Return the graph encapsulated in a JPanel.
|
abstract JPanel |
GraphDriver.getGraphPanelSteps(TSForecaster forecaster,
List<ErrorModule> preds,
String targetName,
List<Integer> stepsToPlot,
int instanceNumOffset,
weka.core.Instances data)
Return the graph encapsulated in a JPanel.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.