Uses of Package
bot.module.th.estimation

Packages that use bot.module.th.estimation
bot.module.th.dummy   
bot.module.th.estimation   
 

Classes in bot.module.th.estimation used by bot.module.th.dummy
Estimation
          This class initializes the estimation of x opponents for a given amount of competitions
It holds the estimation data in the Map opponentsEstimations
- BY NOW ONLY THE ESTIMATION OF THE SPECIAL ROUND "PREFLOPSHC" IS EXEMPLARILY IMPLEMENTED -
 

Classes in bot.module.th.estimation used by bot.module.th.estimation
IF_Estimation
          Interface of module estimation
It is able to:
- get historical information of the player
- get current information of the player
- estimates the opponent by a particular style
- offers the estimation via a Map
This module is one of many possible implementations of how to estimate an opponent.
IF_EstimationAtRound
          This interface specifies the methods needed to estimate at a specific round.
Opponent
          Estimation of one opponent at one competition - BY NOW ONLY THE ESTIMATION OF THE SPECIAL ROUND "PREFLOPSHC" IS EXEMPLARILY IMPLEMENTED -