#include <statisticsgatherers.h>
Inheritance diagram for CLUS::BinomialStatistics:


Public Member Functions | |
| BinomialStatistics (int DomainSize=0) | |
| Vector< int > & | GetSplit (void) |
| double | ComputeGiniGain (void) |
| vector< IndexedValue > | getConditionalProbs (void) |
| Permutation | ComputeShift (ShiftType shift, BinomialStatistics &aux) |
| void | AddWeightedStatistics (BinomialStatistics &aux, double weight) |
| void | CorrectWeightedStatistics (double totalWeight) |
| void | AddStatisticsShifted (BinomialStatistics &aux, Permutation shift) |
Protected Member Functions | |
| double | ComputeSplitPoint (double N, double alpha_1) |
Protected Attributes | |
| Vector< int > | Split |
| the values in the left set; split point | |
|
|
Definition at line 178 of file statisticsgatherers.h. |
|
||||||||||||
|
Definition at line 294 of file statisticsgatherers.h. |
|
||||||||||||
|
Definition at line 271 of file statisticsgatherers.h. |
|
|
Definition at line 193 of file statisticsgatherers.h. Referenced by ComputeShift(), and GetSplit(). |
|
||||||||||||
|
Definition at line 248 of file statisticsgatherers.h. |
|
||||||||||||
|
Reimplemented from CLUS::BasicBinomialStatistics. Definition at line 172 of file statisticsgatherers.h. |
|
|
Definition at line 285 of file statisticsgatherers.h. |
|
|
Definition at line 227 of file statisticsgatherers.h. Referenced by ComputeShift(). |
|
|
Definition at line 182 of file statisticsgatherers.h. |
|
|
the values in the left set; split point
Definition at line 170 of file statisticsgatherers.h. Referenced by BinomialStatistics(), ComputeGiniGain(), ComputeSplitPoint(), and GetSplit(). |
1.3.2