Skip to content

Commit

Permalink
Update ppmi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
koki0702 authored Apr 13, 2023
1 parent 484c6e0 commit 6496ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch02/ppmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
W = ppmi(C)

np.set_printoptions(precision=3) # 有効桁3桁で表示
print('covariance matrix')
print('co-occurrence matrix')
print(C)
print('-'*50)
print('PPMI')
Expand Down

0 comments on commit 6496ac7

Please sign in to comment.