I'm not criticizing the method.
Lookup for every hand and every board would have probably hundreds of gigabytes (for rivers), but I need to know how hand strength as shown in your program relates to equity.
For example AKQQ+NFD on QJ2ss is the best possible hand, but also - random hand has 5.5% equity against it.
so the 90 strength as reported by NC would be
somewhat close to 94.5% equity.
Please explain in bit more detail what how is the scoring determined.
From what you said there are 10k (why 10k not all 16432) and all flops in the lookup table
so presumably you calculated equity or some other statistic for each hand on each flop right?
And how is the process used for rivers? There are many more rivers than flops, so the lookup table would be way bigger.
You're doing good job with providing hand strength, but users (or at least me, because I care) should have better idea what strength=70% means
Does it have 70% equity vs random
or does it have higher equity than 70% of all hands?
This is very important to understand.