csci5521/assignments/hwk02/Problem1/Error_Rate.m
2023-10-12 18:53:00 -05:00

7 lines
No EOL
226 B
Matlab

% implements Error_Rate, returns nothing but prints the percentage of
% predicted labels that are incorrrect.
function [] = Error_Rate(predictions, labels)
% TODO: compute error rate and print it out
end % Function end