PLearn 0.1
|
#include "StatsCollector.h"
#include <plearn/base/stringutils.h>
#include "TMat_maths.h"
#include "pl_erf.h"
#include "pl_math.h"
#include <assert.h>
#include <plearn/io/openString.h>
#include <plearn/math/random.h>
#include <plearn/base/RemoteDeclareMethod.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
int | PLearn::sortIdComparator (const void *i1, const void *i2) |
TVec< RealMapping > | PLearn::computeRanges (TVec< StatsCollector > stats, int discrete_mincount, int continuous_mincount) |
Variables | |
static const real | PLearn::SQRT_ABSOLUTE_TOLERANCE = sqrt(ABSOLUTE_TOLERANCE) |
static const real | PLearn::SQRT2_ABSOLUTE_TOLERANCE = sqrt(SQRT_ABSOLUTE_TOLERANCE) |