|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--saaps.sapm.Model | +--saaps.sapm.Anom001Model
Field Summary | |
private TimeSeries |
loadedTS
|
Fields inherited from class saaps.sapm.Model |
ann, cal, d1load, d1pred, d2load, d2pred, inputData, inputTS, outputData, outputTS |
Constructor Summary | |
Anom001Model()
Creates new Anom001Model |
Method Summary | |
void |
createNetwork()
This method creates the network. |
void |
loadData()
Load the data that are needed for the input. |
static void |
main(java.lang.String[] args)
The main method exists for testing purposes. |
void |
postProcess()
Post-process the data. |
void |
preProcess()
Pre-process the data. |
Methods inherited from class saaps.sapm.Model |
addDate, plot, run, setPredictionDates |
Methods inherited from class java.lang.Object |
|
Field Detail |
private TimeSeries loadedTS
Constructor Detail |
public Anom001Model()
Method Detail |
public void createNetwork()
Model
createNetwork
in class Model
public void loadData()
Model
loadData
in class Model
public void preProcess()
Model
preProcess
in class Model
public void postProcess()
Model
postProcess
in class Model
public static void main(java.lang.String[] args)
args
- the command line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |