Page 1 of 1

Hand Group at Flop and Turn

PostPosted: Thu May 28, 2009 10:07 am
by timooo
Hey everybody,

I am looking for the formula used to compute the id_final_hand field in the holdem_hand_player_statistics table.

My intention is to determine the hand_group of a player's holding at flop and turn as well.

I'm sorry if this question has been answered before, I could not find any useful threads.

Cheers
Timooo

Re: Hand Group at Flop and Turn

PostPosted: Thu May 28, 2009 12:35 pm
by kraada
This data is already built into the database. See the holdem_hand_player_combinations table.

Re: Hand Group at Flop and Turn

PostPosted: Thu May 28, 2009 12:56 pm
by timooo
Yes, thanks exactly what I was looking for... :roll:

How do I have to interpret the integer values of id_f_hand_strength?
From the manual I assumed it could be mapped to lookup_hand_groups.id_group but browsing all hands it appears as if the id_f_hand_strength is mostly quite low (0-3) which would correspond to royal flus - four of a kind. Can this be correct?

Thanks alot
Timooo

Re: Hand Group at Flop and Turn

PostPosted: Thu May 28, 2009 1:51 pm
by timooo
Alrite,
found the according thread.
Thanks alot!

Re: Hand Group at Flop and Turn

PostPosted: Thu May 28, 2009 3:08 pm
by kraada
No problem :)