1 %>@ingroup
string htmlgen
3 %>@brief Transforms comparison matrix into HTML
9 %> @param M Square matrix or cell. If cell, may contain either numbers of strings
10 %> @param S Matrix of standard deviations. This one must be a matrix
11 %> @param labels cell of labels
12 %> @param B matrix with 2-bit elements: less significant bit:
"flag_better"; most significant bit:
"statistically significant?"
13 %> @param cornerstr =
''. String to put in the corner
function html_comparison_std(in M, in S, in labels, in B, in cornerstr)
function html_confusion(in CC, in rowlabels, in collabels, in flag_perc, in flag_rejected, in flag_color, in SS)
function html_table_std(in M, in S, in rowlabels, in collabels, in B, in cornerstr)
function html_comparison(in M, in labels, in B, in cornerstr)
function html_table_std_colors(in M, in S, in rowlabels, in collabels, in cornerstr, in minimum, in maximum, in pow)