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

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