saaps.sapm
Class Anom001Model

java.lang.Object
  |
  +--saaps.sapm.Model
        |
        +--saaps.sapm.Anom001Model

public class Anom001Model
extends Model


Fields inherited from class saaps.sapm.Model
ann, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Anom001Model

public Anom001Model()
Creates new Anom001Model
Method Detail

createNetwork

public void createNetwork()
Description copied from class: Model
This method creates the network.
Overrides:
createNetwork in class Model

loadData

public void loadData()
Description copied from class: Model
Load the data that are needed for the input.
Overrides:
loadData in class Model

preProcess

public void preProcess()
Description copied from class: Model
Pre-process the data.
Overrides:
preProcess in class Model

postProcess

public void postProcess()
Description copied from class: Model
Post-process the data.
Overrides:
postProcess in class Model

main

public static void main(java.lang.String[] args)
The main method exists for testing purposes.
Parameters:
args - the command line arguments