|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbot.module.th.estimation.Opponent
public class Opponent
Estimation of one opponent at one competition - BY NOW ONLY THE ESTIMATION OF THE SPECIAL ROUND "PREFLOPSHC" IS EXEMPLARILY IMPLEMENTED -
Field Summary | |
---|---|
private int[][] |
actionsAtRounds
overall stats |
private int[] |
behaviourAtCompetition
average through all rounds -> one complete competition |
private int[][] |
behaviourAtRounds
Behaviour of opponent D0: 0-4 rounds D1.0: looseness, 0-100 D1.1: aggression, 0-100 D1.2: bluffing statistic (bluffed x of y hands) |
private int |
competitionId
|
private IF_EstimationAtRound[] |
estimationAtRounds
|
private GetterDBProjector |
gDBP
|
private int |
lastEvaledHandId
|
private int[] |
numPlayedAtRounds
|
private int |
playerId
|
private java.lang.String |
playerName
|
Constructor Summary | |
---|---|
Opponent(int player_id,
int competition_id)
Constructor by opponents id and competition_id |
Method Summary | |
---|---|
void |
estimate()
estimate opponent over all rounds TODO better as boolean like at IF_Estimation |
IF_EstimationAtRound[] |
getEstimationAtRounds()
|
private void |
init()
instanciate estimations at rounds |
private void |
setBehaviourAtCompetition()
estimation over all hands of a competition |
protected void |
setBehaviourAtRound(int round,
int[] category)
estimation over all rounds of a hand |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int playerId
private java.lang.String playerName
private int competitionId
private int lastEvaledHandId
private IF_EstimationAtRound[] estimationAtRounds
private GetterDBProjector gDBP
private int[][] behaviourAtRounds
private int[][] actionsAtRounds
private int[] numPlayedAtRounds
private int[] behaviourAtCompetition
Constructor Detail |
---|
public Opponent(int player_id, int competition_id)
player_id
- - already generated by dbcompetition_id
- - already generated by dbMethod Detail |
---|
private void init()
public void estimate()
protected void setBehaviourAtRound(int round, int[] category)
round
- 0-4category
- - characteristics given by the estimations at roundsprivate void setBehaviourAtCompetition()
public IF_EstimationAtRound[] getEstimationAtRounds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |