#include <bigramGroup.h>
Public Member Functions | |
BigramAttackGroup (bool same, bool focus_x) | |
void | show (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights) const |
int | findMatch (const NumEffectState &state, Move m, const RatingEnv &env) const |
![]() | |
Group (const std::string &name) | |
Group (Feature *f) | |
virtual | ~Group () |
void | showMinMax (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights) const |
void | showAll (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights) const |
void | showTopN (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights, int n) const |
void | saveResult (const std::string &directory, const range_t &range, const std::vector< double > &weights) const |
bool | load (const std::string &directory, const range_t &range, std::vector< double > &weights) const |
virtual bool | effectiveInCheck () const |
Static Public Member Functions | |
static std::string | name (bool same, bool focus_x) |
Private Attributes | |
bool | same |
bool | focus_x |
Additional Inherited Members | |
![]() | |
std::string | group_name |
Definition at line 13 of file bigramGroup.h.
osl::rating::BigramAttackGroup::BigramAttackGroup | ( | bool | same, |
bool | focus_x | ||
) |
Definition at line 13 of file bigramGroup.cc.
|
virtual |
Reimplemented from osl::rating::Group.
Definition at line 29 of file bigramGroup.cc.
References focus_x, osl::rating::BigramAttack::index(), and same.
Referenced by show().
|
static |
Definition at line 6 of file bigramGroup.cc.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 20 of file bigramGroup.h.
References findMatch(), and osl::rating::Group::showTopN().
|
private |
Definition at line 15 of file bigramGroup.h.
Referenced by BigramAttackGroup(), and findMatch().
|
private |
Definition at line 15 of file bigramGroup.h.
Referenced by BigramAttackGroup(), and findMatch().