#include <pat_support.h>
Public Member Functions | |
pattern_support (const int &s=0, bool v=0) | |
bool | is_valid (const int &minsup) const |
bool | is_freq (const int &ms) const |
int | get_sup () const |
void | set_vals (const pattern_support< MP > *s) |
void | set_sup (const std::pair< int, int > &s) |
Friends | |
std::ostream & | operator<< (std::ostream &, const pattern_support< MP > &) |
Templated with Mining property, since support counting depends on different mining properties.