#include <magic/mmath.h>
#include <magic/mmatrix.h>
#include <magic/mmap.h>
#include <magic/mclass.h>
#include <magic/mpararr.h>
#include <inanna/annetwork.h>
Go to the source code of this file.
Compounds | |
| class | AbsoluteNeuralPrediction |
| Neural network based prediction method. More... | |
| class | AverageDeltaPrediction |
| Average Change of Previous Years prediction method. More... | |
| class | CombinedPrediction |
| A combined trivial prediction method. More... | |
| class | DeltaNeuralPrediction |
| Not in use currently. More... | |
| class | MonthlyDataSet |
| Contains data that has month information. More... | |
| class | NeuralPrediction |
| This might be a nice change for future. More... | |
| class | PredictionStrategy |
| Abstract baseclass for different monthly prediction methods. More... | |
| class | PredictionStrategyLib |
| Factory of prediction strategies. More... | |
| class | PredictionTestResults |
| Holder for prediction test results. More... | |
| class | PreviousYear |
| Previous Year prediction method. More... | |
| class | PreviousYearsAvg |
| Average of Previous Years prediction method. More... | |
| class | SingleNeuralPrediction |
| class | StochasticPrediction |
| This might be a nice change for future. More... | |
| class | TrainParameters |
| Training parameter object for neural prediction methods. More... | |
| class | ZeroDeltaPrediction |
| A dummy prediction method. More... | |
Definition in file prediction.h.
1.2.18