Mercurial > hg > camir-aes2014
comparison toolboxes/FullBNT-1.0.7/nethelp3.3/conffig.htm @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e9a9cd732c1e |
---|---|
1 <html> | |
2 <head> | |
3 <title> | |
4 Netlab Reference Manual conffig | |
5 </title> | |
6 </head> | |
7 <body> | |
8 <H1> conffig | |
9 </H1> | |
10 <h2> | |
11 Purpose | |
12 </h2> | |
13 Display a confusion matrix. | |
14 | |
15 <p><h2> | |
16 Synopsis | |
17 </h2> | |
18 <PRE> | |
19 conffig(y, t) | |
20 fh = conffig(y, t)</PRE> | |
21 | |
22 | |
23 <p><h2> | |
24 Description | |
25 </h2> | |
26 <CODE>conffig(y, t)</CODE> displays the confusion matrix | |
27 and classification performance for the predictions mat{y} | |
28 compared with the targets <CODE>t</CODE>. The data is assumed to be in a | |
29 1-of-N encoding, unless there is just one column, when it is assumed to | |
30 be a 2 class problem with a 0-1 encoding. Each row of <CODE>y</CODE> and <CODE>t</CODE> | |
31 corresponds to a single example. | |
32 | |
33 <p>In the confusion matrix, the rows represent the true classes and the | |
34 columns the predicted classes. | |
35 | |
36 <p><CODE>fh = conffig(y, t)</CODE> also returns the figure handle <CODE>fh</CODE> which | |
37 can be used, for instance, to delete the figure when it is no longer needed. | |
38 | |
39 <p><h2> | |
40 See Also | |
41 </h2> | |
42 <CODE><a href="confmat.htm">confmat</a></CODE>, <CODE><a href="demtrain.htm">demtrain</a></CODE><hr> | |
43 <b>Pages:</b> | |
44 <a href="index.htm">Index</a> | |
45 <hr> | |
46 <p>Copyright (c) Ian T Nabney (1996-9) | |
47 | |
48 | |
49 </body> | |
50 </html> |