#include <prediction.h>
Public Methods | |
void | make (int variables) |
void | addValue (int variable, double value) |
void | calculate () |
OStream & | operator>> (OStream &out) const |
Definition at line 106 of file prediction.h.
|
Adds a data point to test results.
Definition at line 89 of file prediction.cc. Referenced by PredictionStrategy::test(). |
|
Calculates the test results.
Definition at line 103 of file prediction.cc. Referenced by PredictionStrategy::test(). |
|
Initializes test results.
Definition at line 71 of file prediction.cc. Referenced by PredictionStrategy::test(). |
|
Prints out the test results.
Definition at line 117 of file prediction.cc. |