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

ClassifResults Struct Reference

Struct for returning classification results from Learner::testClassify. More...

#include <learning.h>

List of all members.

Public Attributes

double mse
int failures
PackArray< int > classcnts
PackArray< int > classSizes


Detailed Description

Struct for returning classification results from Learner::testClassify.

Definition at line 42 of file learning.h.


Member Data Documentation

PackArray<int> classcnts
 

Number of failures for each class.

Definition at line 51 of file learning.h.

Referenced by Learner::testClassify().

PackArray<int> classSizes
 

Number of instances of each class in the test set.

Definition at line 54 of file learning.h.

Referenced by Learner::testClassify().

int failures
 

Total number of classification failures.

Definition at line 48 of file learning.h.

Referenced by Learner::testClassify().

double mse
 

Mean squared error of the test.

Definition at line 45 of file learning.h.

Referenced by Learner::testClassify().


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