Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ main
Function
main
bayesian_ml/4/vigmm.py:207–212 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
205
206
207
def
main():
208
X = pd.read_csv(
'data.txt'
, header=None).as_matrix()
209
210
# for K in (2,4):
211
for
K in (2,4,10,25):
212
gmm(X, K)
213
214
if
__name__ ==
'__main__'
:
215
main()
Callers
1
vigmm.py
File · 0.70
Calls
1
gmm
Function · 0.70
Tested by
no test coverage detected