MCPcopy Create free account
hub / github.com/chatdoc-com/OCRFlux / maximum

Method maximum

eval/eval_table_to_html_nanonets.py:67–70  ·  view source on GitHub ↗

Get maximum possible value

(*sequences)

Source from the content-addressed store, hash-verified

65class CustomConfig(Config):
66 @staticmethod
67 def maximum(*sequences):
68 """Get maximum possible value
69 """
70 return max(map(len, sequences))
71
72 def normalized_distance(self, *sequences):
73 """Get distance from 0 to 1

Callers 1

normalized_distanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected