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