|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbot.module.th.estimation.PreFlop
public class PreFlop
This class estimates the opponent at PreFlop - NOT IMPLEMENTED YET
| Field Summary | |
|---|---|
private int[] |
actions
amount of int[0]: folds int[1]: checks, calls int[2]: raises int[3]: allIns |
| Constructor Summary | |
|---|---|
PreFlop()
|
|
| Method Summary | |
|---|---|
void |
estimate()
estimate opponent at specific round |
void |
fetchData(GetterDBProjector gDBP,
int playerId,
int competitionId,
int lastEvaledHandId)
init estimation at specific round |
void |
mergeIntoOverall()
merge estimation of round into overall estimation |
void |
mergeIntoRound()
merge new analysed data of round into already analysed of this round |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int[] actions
| Constructor Detail |
|---|
public PreFlop()
| Method Detail |
|---|
public void fetchData(GetterDBProjector gDBP,
int playerId,
int competitionId,
int lastEvaledHandId)
IF_EstimationAtRound
fetchData in interface IF_EstimationAtRoundgDBP - - instance of GetterDBProjector - one instance per player and competitionplayerId - - already generated by dbcompetitionId - - already generated by dblastEvaledHandId - - already generated by dbpublic void estimate()
IF_EstimationAtRound
estimate in interface IF_EstimationAtRoundpublic void mergeIntoRound()
IF_EstimationAtRound
mergeIntoRound in interface IF_EstimationAtRoundpublic void mergeIntoOverall()
IF_EstimationAtRound
mergeIntoOverall in interface IF_EstimationAtRound
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||