PokerSource Java API

org.pokersource.enum
Class MatchupOutcome

java.lang.Object
  |
  +--org.pokersource.enum.MatchupOutcome

public class MatchupOutcome
extends java.lang.Object

Author:
Michael Maurer

Field Summary
 double[] matchEV
           
 double matchProb
           
 
Constructor Summary
MatchupOutcome(double matchProb, double[] matchEV)
           
 
Method Summary
 void merge(MatchupOutcome other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matchProb

public double matchProb

matchEV

public double[] matchEV
Constructor Detail

MatchupOutcome

public MatchupOutcome(double matchProb,
                      double[] matchEV)
Method Detail

merge

public void merge(MatchupOutcome other)

PokerSource Java API

PokerSource Home Page - Learn how you can contribute!