Package saaps.ann

Class Summary
Data To run a neural network one must specify the input data and then one receives the output data.
DataCreator  
DataNorm  
DataTest  
Model  
NormParam The class NormParam contain the normalization parameters needed for the preprocessing of a TimeSeries object before it is input to a network.
TimeSeriesToDataMap The TimeSeriesToDataMap is used to convert a TimeSeries object into a Data object to be used as input to a neural network.
Weights  
WeightsCreator The WeightsCreator class is used to read weight data from an ASCII file.