Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

PLearn::StatsCollectorCounts Class Reference

#include <StatsCollector.h>

Collaboration diagram for PLearn::StatsCollectorCounts:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StatsCollectorCounts ()

Public Attributes

double n
 counts the number of occurences of the corresponding value

double nbelow
 counts the number of occurences of values below this counter's value but above the previous one

double sum
 sum of the values below this counter's but above the previous one

double sumsquare
 sum of squares of the values below this counter's but above the previous one

int id
 a unique int identifier corresponding to this value (ids will span from 0 to # of known values) also, take a look at StatsCollector::sortIds()


Constructor & Destructor Documentation

PLearn::StatsCollectorCounts::StatsCollectorCounts  )  [inline]
 

Definition at line 60 of file StatsCollector.h.

References id, n, nbelow, sum, and sumsquare.


Member Data Documentation

int PLearn::StatsCollectorCounts::id
 

a unique int identifier corresponding to this value (ids will span from 0 to # of known values) also, take a look at StatsCollector::sortIds()

Definition at line 58 of file StatsCollector.h.

Referenced by PLearn::operator<<(), PLearn::operator>>(), and StatsCollectorCounts().

double PLearn::StatsCollectorCounts::n
 

counts the number of occurences of the corresponding value

Definition at line 54 of file StatsCollector.h.

Referenced by PLearn::StatsCollector::oldread(), PLearn::operator<<(), PLearn::operator>>(), and StatsCollectorCounts().

double PLearn::StatsCollectorCounts::nbelow
 

counts the number of occurences of values below this counter's value but above the previous one

Definition at line 55 of file StatsCollector.h.

Referenced by PLearn::StatsCollector::oldread(), PLearn::operator<<(), PLearn::operator>>(), and StatsCollectorCounts().

double PLearn::StatsCollectorCounts::sum
 

sum of the values below this counter's but above the previous one

Definition at line 56 of file StatsCollector.h.

Referenced by PLearn::StatsCollector::oldread(), PLearn::operator<<(), PLearn::operator>>(), and StatsCollectorCounts().

double PLearn::StatsCollectorCounts::sumsquare
 

sum of squares of the values below this counter's but above the previous one

Definition at line 57 of file StatsCollector.h.

Referenced by PLearn::StatsCollector::oldread(), PLearn::operator<<(), PLearn::operator>>(), and StatsCollectorCounts().


The documentation for this class was generated from the following file:
Generated on Tue Aug 17 16:23:56 2004 for PLearn by doxygen 1.3.7