#include <StatsCollector.h>
Collaboration diagram for PLearn::StatsCollectorCounts:
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() |
|
Definition at line 60 of file StatsCollector.h. |
|
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(). |
|
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(). |
|
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(). |
|
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(). |
|
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(). |