From 3abed9edc4d8fb69d0e4b439204a439d40ac8926 Mon Sep 17 00:00:00 2001 From: Riccardo Taormina Date: Wed, 8 Jul 2015 15:23:43 +0800 Subject: [PATCH] update plotFrequencyMatrix.m --- plotFrequencyMatrix.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/plotFrequencyMatrix.m b/plotFrequencyMatrix.m index 415c998..483d919 100644 --- a/plotFrequencyMatrix.m +++ b/plotFrequencyMatrix.m @@ -62,7 +62,6 @@ colormap(myColorMap) % title and labels -% xlabel('feature id.') % x-axis label ylabel('subset id.') % y-axis label % check if feature names are available. if so, prints them if (nargin >= 3) && ~isempty(featNames) @@ -92,7 +91,6 @@ 'HorizontalAlignment','left','Rotation',90); % add secondary y axis -% check if metricToPrint was given, otherwise go for RMSE temp = accuracies; labels = arrayfun(@(x) sprintf('%3.3f',x),temp(sIxes),...