1
0
Fork 0
This commit is contained in:
neingeist 2014-10-14 10:14:29 +02:00
parent 31c4ac1967
commit c0b4d95f75

View file

@ -15,6 +15,7 @@ p = zeros(m, 1);
% You should set p to a vector of 0's and 1's
%
p = sigmoid(X * theta) > 0.5;