#include <include/EST_Wagon.h>
Public Member Functions | |
WImpurity () | |
~WImpurity () | |
WImpurity (const WVectorVector &ds) | |
void | copy (const WImpurity &s) |
WImpurity & | operator= (const WImpurity &a) |
float | measure (void) |
double | samples (void) |
wnim_type | type (void) const |
void | cumulate (const float pv, double count=1.0) |
EST_Val | value (void) |
EST_DiscreteProbDistribution & | pd () |
float | cluster_distance (int i) |
int | in_cluster (int i) |
float | cluster_ranking (int i) |
Public Attributes | |
EST_IList | members |
EST_FList | member_counts |
EST_SuffStats ** | trajectory |
const WVectorVector * | data |
float | score |
int | l |
int | width |
Friends | |
ostream & | operator<< (ostream &s, WImpurity &imp) |
Definition at line 144 of file EST_Wagon.h.
|
inline |
Definition at line 163 of file EST_Wagon.h.
WImpurity::~WImpurity | ( | ) |
Definition at line 547 of file wagon_aux.cc.
WImpurity::WImpurity | ( | const WVectorVector & | ds | ) |
Definition at line 404 of file wagon_aux.cc.
|
inline |
Definition at line 166 of file EST_Wagon.h.
Definition at line 183 of file EST_Wagon.h.
float WImpurity::measure | ( | void | ) |
Definition at line 424 of file wagon_aux.cc.
double WImpurity::samples | ( | void | ) |
Definition at line 386 of file wagon_aux.cc.
|
inline |
Definition at line 187 of file EST_Wagon.h.
void WImpurity::cumulate | ( | const float | pv, |
double | count = 1.0 |
||
) |
Definition at line 915 of file wagon_aux.cc.
EST_Val WImpurity::value | ( | void | ) |
Definition at line 361 of file wagon_aux.cc.
|
inline |
Definition at line 190 of file EST_Wagon.h.
float WImpurity::cluster_distance | ( | int | i | ) |
Definition at line 848 of file wagon_aux.cc.
Definition at line 862 of file wagon_aux.cc.
float WImpurity::cluster_ranking | ( | int | i | ) |
Definition at line 877 of file wagon_aux.cc.
|
friend |
Definition at line 965 of file wagon_aux.cc.
EST_IList WImpurity::members |
Definition at line 156 of file EST_Wagon.h.
EST_FList WImpurity::member_counts |
Definition at line 157 of file EST_Wagon.h.
EST_SuffStats** WImpurity::trajectory |
Definition at line 158 of file EST_Wagon.h.
const WVectorVector* WImpurity::data |
Definition at line 159 of file EST_Wagon.h.
float WImpurity::score |
Definition at line 160 of file EST_Wagon.h.
int WImpurity::l |
Definition at line 161 of file EST_Wagon.h.
int WImpurity::width |
Definition at line 161 of file EST_Wagon.h.