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

Method maximum

eval/eval_table_to_html.py:35–38  ·  view source on GitHub ↗

Get maximum possible value

(*sequences)

Source from the content-addressed store, hash-verified

33class CustomConfig(Config):
34 @staticmethod
35 def maximum(*sequences):
36 """Get maximum possible value
37 """
38 return max(map(len, sequences))
39
40 def normalized_distance(self, *sequences):
41 """Get distance from 0 to 1

Callers 1

normalized_distanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected