|
PokerSource Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pokersource.enum.MatchupOutcome
public class MatchupOutcome
Encodes the probability and pot equity for each player of a single matchup, where a matchup is a confrontation between players who each hold a single known hand.
HandMatchup
Field Summary | |
---|---|
double[] |
matchEV
|
double |
matchProb
|
Constructor Summary | |
---|---|
MatchupOutcome(double matchProb,
double[] matchEV)
|
Method Summary | |
---|---|
void |
merge(MatchupOutcome other)
Merge the results of two outcomes for the same matchup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double matchProb
public double[] matchEV
Constructor Detail |
---|
public MatchupOutcome(double matchProb, double[] matchEV)
Method Detail |
---|
public void merge(MatchupOutcome other)
|
PokerSource Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |