Skip to content

Commit 158a9ca

Browse files
authored
fix wrong output
1 parent 1137c91 commit 158a9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EM/EM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def EM_Train(dataSetList, iter = 500):
171171
print('---------------------------')
172172
print('the Parameters set is:')
173173
print('alpha0:%.1f, mu0:%.1f, sigmod0:%.1f, alpha1:%.1f, mu1:%.1f, sigmod1:%.1f'%(
174-
alpha0, alpha1, mu0, mu1, sigmod0, sigmod1
174+
alpha0, mu0, sigmod0, alpha1, mu1, sigmod1
175175
))
176176

177177
#开始EM算法,进行参数估计

0 commit comments

Comments
 (0)