saaps.network
Class NetworkModel

java.lang.Object
  |
  +--saaps.network.NetworkModel

public class NetworkModel
extends java.lang.Object


Constructor Summary
NetworkModel(NetworkParam netp, NormParam normp)
          Initialize the network from the NetworkParam and NormParam objects.
 
Method Summary
 TimeSeries sim(TimeSeries ts)
          Run the NetworkModel on a TimeSeries object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkModel

public NetworkModel(NetworkParam netp,
                    NormParam normp)
Initialize the network from the NetworkParam and NormParam objects.
Parameters:
netp - Network description.
normp - Normalization description.
Method Detail

sim

public TimeSeries sim(TimeSeries ts)
Run the NetworkModel on a TimeSeries object.
Parameters:
ts - A time series.