#include <bigramGroup.h>
|
| 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 |
|
Definition at line 13 of file bigramGroup.h.
◆ BigramAttackGroup()
osl::rating::BigramAttackGroup::BigramAttackGroup |
( |
bool |
same, |
|
|
bool |
focus_x |
|
) |
| |
◆ findMatch()
◆ name()
std::string osl::rating::BigramAttackGroup::name |
( |
bool |
same, |
|
|
bool |
focus_x |
|
) |
| |
|
static |
◆ show()
void osl::rating::BigramAttackGroup::show |
( |
std::ostream & |
os, |
|
|
int |
name_width, |
|
|
const range_t & |
range, |
|
|
const std::vector< double > & |
weights |
|
) |
| const |
|
inlinevirtual |
◆ focus_x
bool osl::rating::BigramAttackGroup::focus_x |
|
private |
◆ same
bool osl::rating::BigramAttackGroup::same |
|
private |
The documentation for this class was generated from the following files: