Skip to content

Commit

Permalink
removed mixMnEm
Browse files Browse the repository at this point in the history
  • Loading branch information
sth4nth committed Mar 7, 2016
1 parent 0e0c27d commit 2918c7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion chapter09/mixBernEm.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [label, model, llh] = mixBernEm(X, k)
% Perform EM algorithm for fitting the Bernoulli mixture model.
% Input:
% X: d x n data matrix
% X: d x n binary (0/1) data matrix
% k: number of cluster
% Output:
% label: 1 x n cluster label
Expand Down
48 changes: 0 additions & 48 deletions chapter09/mixMnEm.m

This file was deleted.

0 comments on commit 2918c7f

Please sign in to comment.