Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

PredictionTestResults Class Reference

Holder for prediction test results. More...

#include <prediction.h>

List of all members.

Public Methods

void make (int variables)
void addValue (int variable, double value)
void calculate ()
OStream & operator>> (OStream &out) const


Detailed Description

Holder for prediction test results.

Definition at line 106 of file prediction.h.


Member Function Documentation

void addValue int    variable,
double    value
 

Adds a data point to test results.

Definition at line 89 of file prediction.cc.

Referenced by PredictionStrategy::test().

void calculate  
 

Calculates the test results.

Definition at line 103 of file prediction.cc.

Referenced by PredictionStrategy::test().

void make int    variables
 

Initializes test results.

Parameters:
variables  Number of variables in the data

Definition at line 71 of file prediction.cc.

Referenced by PredictionStrategy::test().

OStream & operator>> OStream &    out const
 

Prints out the test results.

Definition at line 117 of file prediction.cc.


The documentation for this class was generated from the following files:
Generated on Thu Feb 10 20:06:45 2005 for Inanna by doxygen1.2.18