Package bot.module.th.estimation

Interface Summary
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.
 

Class Summary
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 -
Flop This class estimates the opponent at Flop
- NOT IMPLEMENTED YET
Opponent Estimation of one opponent at one competition - BY NOW ONLY THE ESTIMATION OF THE SPECIAL ROUND "PREFLOPSHC" IS EXEMPLARILY IMPLEMENTED -
PreFlop This class estimates the opponent at PreFlop
- NOT IMPLEMENTED YET
PreFlopShc This class estimates the opponents first action of a hand by comparing to a startinghandchart
River This class estimates the opponent at River
- NOT IMPLEMENTED YET
Turn This class estimates the opponent at Turn
- NOT IMPLEMENTED YET