


Estimation at PreFlop:
First Action
Get:
cards, position, action, cash, bb		// player_id

#
hand_player_map[] = select id from hand_player_map where player_id == x join card_of_player

SELECT hand_player_map.id, hand_player_map.id, hand_player_map.id AS SalesPerCustomer
	FROM Customers JOIN Sales ON Customers.CustomerID = Sales.CustomerID GROUP BY Customers.FirstName, Customers.LastName 



ArrayList of Arrays: int[][][][][][][] 
* basic startinghandchart as int array </br>
	 * 1-4: card1Value,card1Color,card2Value.card2Color </br>		// cards		// hand_player_map_id
	 * 5: position (in classes: early,mid,late,sb,bb) </br>			// position		
	 * 6: how often was called in this round </br>					// calls
	 * 7: how often was raised in this round </br>					// raises
	 */
	public int[][][][][][][] table;


calculate:
cashRelation(xBB)
holeCard strongness		(look in our table)
-> OpponentClass






Estimation at Flop:








