Skip to content

Commit

Permalink
Update opts_online.m
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakir authored Sep 28, 2017
1 parent 0d8e05c commit e5f068e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion online-hashing/opts_online.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function opts = get_opts(opts, dataset, nbits, varargin)
function opts = opts_online(opts, dataset, nbits, varargin)
% Sets up data stream settings.
% The data stream constitutes "trainingPoints" x "epochs" training instances, i.e., the
% online learning is continued until "trainingPoints" x "epochs" examples are processed
Expand Down

0 comments on commit e5f068e

Please sign in to comment.