#include <rtnode_histogram.h>
RTNodeHistogram::RTNodeHistogram |
( |
float ** |
thresholds, |
|
|
size_t const * |
thresholds_size, |
|
|
size_t |
nfeatures |
|
) |
| |
RTNodeHistogram::RTNodeHistogram |
( |
RTNodeHistogram const * |
parent, |
|
|
size_t const * |
sampleids, |
|
|
const size_t |
nsampleids, |
|
|
double const * |
labels |
|
) |
| |
RTNodeHistogram::~RTNodeHistogram |
( |
| ) |
|
void RTNodeHistogram::quick_dump |
( |
size_t |
f, |
|
|
size_t |
num_t |
|
) |
| |
void RTNodeHistogram::transform_intorightchild |
( |
RTNodeHistogram const * |
left | ) |
|
void RTNodeHistogram::update |
( |
double * |
labels, |
|
|
const size_t |
nlabels |
|
) |
| |
size_t** RTNodeHistogram::count = NULL |
const size_t RTNodeHistogram::nfeatures = 0 |
double RTNodeHistogram::squares_sum_ = 0.0 |
size_t** RTNodeHistogram::stmap = NULL |
double** RTNodeHistogram::sumlbl = NULL |
float** RTNodeHistogram::thresholds = NULL |
size_t const* RTNodeHistogram::thresholds_size = NULL |
The documentation for this class was generated from the following files: