MCPcopy 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
207def 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
214if __name__ == '__main__':
215 main()

Callers 1

vigmm.pyFile · 0.70

Calls 1

gmmFunction · 0.70

Tested by

no test coverage detected