![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Transforms matrix into HTML.
Definition in file html_confusion.m.
Go to the source code of this file.
Functions | |
function | html_confusion (in CC, in rowlabels, in collabels, in flag_perc, in flag_rejected, in flag_color, in SS) |
function html_confusion | ( | in | CC, |
in | rowlabels, | ||
in | collabels, | ||
in | flag_perc, | ||
in | flag_rejected, | ||
in | flag_color, | ||
in | SS | ||
) |
CC | confusion matrix (first column always represents "rejected" items) |
rowlabels | row labels |
collabels=rowlabels | column labels |
flag_perc=0 | |
flag_rejected=(auto-detect) | |
flag_color=1 | Whether to use colors for cell background. If true, will paint the background with a red gradient which is |
SS | Standard deviations (optional) proportional to the square root of the number inside divided by the square root of the corresponding row sum. |