Skip to content

Commit

Permalink
update plotFrequencyMatrix.m
Browse files Browse the repository at this point in the history
  • Loading branch information
rtaormina committed Jul 8, 2015
1 parent 956ee29 commit 3abed9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plotFrequencyMatrix.m
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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),...
Expand Down

0 comments on commit 3abed9e

Please sign in to comment.