Changeset 46 for hep2cells/showconfmat.m
- Timestamp:
- 03/26/13 15:32:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hep2cells/showconfmat.m
r43 r46 9 9 10 10 R = results(C,ll,ll); 11 R = setdimname(R,'true class','estimated class');11 R = setdimname(R,'true','estimated class'); 12 12 if nargout<1 13 show(R,'text','% d');13 show(R,'text','%3d'); 14 14 end
Note: See TracChangeset
for help on using the changeset viewer.