#include <prediction.h>
Inheritance diagram for DeltaNeuralPrediction:

Public Methods | |
| virtual void | train (const Matrix &traindata, int startmonth) |
| virtual Ref< Matrix > | predict (const Matrix &testdata, int startmonth) const |
Definition at line 368 of file prediction.h.
|
||||||||||||
|
Tests the data and returns the monthly predictions in matrix. Must be implemented by prediction strategies.
Reimplemented from PredictionStrategy. Definition at line 821 of file prediction.cc. |
|
||||||||||||
|
Trains the learning method with the given data. Must be implemented by prediction strategies.
Reimplemented from PredictionStrategy. Definition at line 817 of file prediction.cc. |
1.2.18