static Guess|null
getBestGuess(array $guesses)
Returns the guess most likely to be correct from a list of guesses. If there are multiple guesses with the same, highest confidence, the returned guess is any of them.
Parameters array $guesses An array of guesses Return Value
Guess|null The guess with the highest confidence