Skip to content
Snippets Groups Projects
Commit 8ce0c057 authored by Maximilian Kurthen's avatar Maximilian Kurthen
Browse files

fixed bug in mmmlgmm commit#2 (removed debug print)

parent 1b5f8fb4
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,6 @@ function [DL,INFO] = mmlgmm(X,CFG) ...@@ -31,9 +31,6 @@ function [DL,INFO] = mmlgmm(X,CFG)
CFG = struct; CFG = struct;
end; end;
fprintf('maxcl %d', CFG.maxclusters);
if isinteger(CFG.maxclusters)
fprintf('ISINTEGER');
end; end;
if ~isfield(CFG,'reg') if ~isfield(CFG,'reg')
CFG.reg = 1e-4; CFG.reg = 1e-4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment