PLearn 0.1
Classes | Namespaces | Typedefs | Functions
StatsCollector.h File Reference
#include <plearn/base/Object.h>
#include <string>
#include <plearn/base/general.h>
#include <plearn/base/RealMapping.h>
#include "TMat.h"
Include dependency graph for StatsCollector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::StatsCollectorCounts
class  PLearn::StatsCollector
class  PLearn::DiffTemplate< ObjectType, StatsCollector >
class  PLearn::TypeTraits< StatsCollector >

Namespaces

namespace  PLearn
 

< for swap


Typedefs

typedef pair< real,
StatsCollectorCounts * > 
PLearn::PairRealSCCType

Functions

PStream & PLearn::operator>> (PStream &in, StatsCollectorCounts &c)
 this class holds simple statistics about a field
PStream & PLearn::operator<< (PStream &out, const StatsCollectorCounts &c)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, StatsCollectorCounts > *opt, PLearnDiff *diffs)
Object * PLearn::toObjectPtr (const StatsCollector &o)
PStream & PLearn::operator>> (PStream &in, StatsCollector &o)
PStream & PLearn::operator>> (PStream &in, StatsCollector *&o)
PStream & PLearn::operator<< (PStream &out, const StatsCollector &o)
PStream & PLearn::operator>> (PStream &in, PP< StatsCollector > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, StatsCollector > *opt, PLearnDiff *diffs)
template<>
void PLearn::deepCopyField (StatsCollector &field, CopiesMap &copies)
 Apparently needed to specialize this method, otherwise it was the generic deepCopyField from CopiesMap.h that was called when deep copying a TVec<StatsCollector>.
TVec< RealMapping > PLearn::computeRanges (TVec< StatsCollector > stats, int discrete_mincount, int continuous_mincount)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines