Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3036ff63 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

Expanded cellFormat for standard cells

parent 5bee7e0b
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ standardStyles6 = [ ...@@ -134,7 +134,7 @@ standardStyles6 = [
## dict(selector="td:nth-child(2)", props=barleft) ## dict(selector="td:nth-child(2)", props=barleft)
] ]
cellFormat = {'Size': '{:0.0f}','Success rate': '{:0.2f}','Incoherence': '{:0.2f}','Semantic precision': '{:0.2f}','Semantic F-measure': '{:0.2f}','Semantic recall': '{:0.2f}','Syntactic F-measure': '{:0.2f}','Convergence': '{:0.0f}'} cellFormat = {'Size': '{:0.0f}','Success rate': '{:0.2f}','Incoherence': '{:0.2f}','Semantic precision': '{:0.2f}','Precision': '{:0.2f}','Semantic F-measure': '{:0.2f}','F-measure': '{:0.2f}','Semantic recall': '{:0.2f}','Recall': '{:0.2f}','Syntactic F-measure': '{:0.2f}','Convergence': '{:0.0f}'}
def formatTableStandard( style, size=0, start=0 ): def formatTableStandard( style, size=0, start=0 ):
standardStyles = [ standardStyles = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment