Skip to content

Commit

Permalink
Fixed typo in test_costfunction_minimal name
Browse files Browse the repository at this point in the history
  • Loading branch information
cod3monk3y committed Mar 29, 2014
1 parent 9046a73 commit c025989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex2/test_costfunction_minimal.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function test_costfunction ()
function test_costfunction_minimal ()
% an extremely simple cost function calculation with
% one negative and one positive class
X = [1 1; 2 2]; % minimal 2D feature matrix
Expand Down

0 comments on commit c025989

Please sign in to comment.