Page 1 of 1

Statistic/Dimension for Board Texture

PostPosted: Tue Apr 08, 2014 8:52 am
by Riverlucker
Hi there,
I would like to analyze/optimize my Continuation Bet Pattern. Therefore, I'd ideally have a report that displays the success of my Cbet on different board textures. Hence, I'd like to categorize the flop into X different values (e.g. "Disconnected Rainbow", "Connected Rainbow", "One High 2 Low" .. and so on). Is there are statistic/dimension for this? And if not, how would I go about creating that statistic myself?

Thanks for any hint.
Riverlucker

Re: Statistic/Dimension for Board Texture

PostPosted: Tue Apr 08, 2014 11:39 am
by kraada
These are pretty complicated to build as all we store is the actual card and you'd need to do all of the comparisons to figure out what makes a connected board (or not) yourself in code.