TarzaNN
TarzaNN neural network simulator
|
#include <Histogram.h>
Protected Member Functions | |
Histogram (int numBins) | |
void | setParams (float minVal, float maxVal) |
void | addElement (float value) |
float | returnProb (float value) |
void | finalizeHistogram () |
~Histogram () | |
Protected Attributes | |
float | minVal |
float | maxVal |
float | binWidth |
int | numBins |
int | numSamples |
float * | histArray |
Friends | |
class | FeaturePlaneHistogram |
Histogram::Histogram | ( | int | numBins | ) | [protected] |
Histogram::~Histogram | ( | ) | [protected] |
void Histogram::addElement | ( | float | value | ) | [protected] |
void Histogram::finalizeHistogram | ( | ) | [protected] |
float Histogram::returnProb | ( | float | value | ) | [protected] |
void Histogram::setParams | ( | float | minVal, |
float | maxVal | ||
) | [protected] |
friend class FeaturePlaneHistogram [friend] |
float Histogram::binWidth [protected] |
float* Histogram::histArray [protected] |
float Histogram::maxVal [protected] |
float Histogram::minVal [protected] |
int Histogram::numBins [protected] |
int Histogram::numSamples [protected] |