Skip to content

Commit

Permalink
Updated some demos so they don't interupt 'runDemos' with 'break' sta…
Browse files Browse the repository at this point in the history
…tements.
  • Loading branch information
murphyk committed Jan 27, 2016
1 parent 0e699a0 commit b284bc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/prostate/prostate.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
row lcavol lweight age lbph svi lcp gleason pgg45 lpsa train
lcavol lweight age lbph svi lcp gleason pgg45 lpsa train
1 -0.579818495 2.769459 50 -1.38629436 0 -1.38629436 6 0 -0.4307829 T
2 -0.994252273 3.319626 58 -1.38629436 0 -1.38629436 6 0 -0.1625189 T
3 -0.510825624 2.691243 74 -1.38629436 0 -1.38629436 7 20 -0.1625189 T
3 -0.510825624 2.691243 74 -1.38629436 0 -1.38629436 7 20 -0.1625189 T
4 -1.203972804 3.282789 58 -1.38629436 0 -1.38629436 6 0 -0.1625189 T
5 0.751416089 3.432373 62 -1.38629436 0 -1.38629436 6 0 0.3715636 T
6 -1.049822124 3.228826 50 -1.38629436 0 -1.38629436 6 0 0.7654678 T
Expand Down
2 changes: 0 additions & 2 deletions demos/mcAccuracyDemo.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
title(sprintf('%d samples', S))
printPmtkFigure(sprintf('mcAccuracyDemoHist%s%d', name, S));
end

break

for i=1:length(SS)
S = SS(i);
Expand Down
1 change: 0 additions & 1 deletion demos/prostateComparison.m
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function prostateComparison()
fprintf('mse: \n');
display(roundto(mse(end:-1:1), 0.001));

keyboard

%%
if saveLatex
Expand Down

0 comments on commit b284bc9

Please sign in to comment.