├── README.md ├── genSample.py ├── gmm.data ├── gmm.py ├── main.py └── sample.data /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrayzheng/gmm-em-clustering/HEAD/README.md -------------------------------------------------------------------------------- /genSample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrayzheng/gmm-em-clustering/HEAD/genSample.py -------------------------------------------------------------------------------- /gmm.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrayzheng/gmm-em-clustering/HEAD/gmm.data -------------------------------------------------------------------------------- /gmm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrayzheng/gmm-em-clustering/HEAD/gmm.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrayzheng/gmm-em-clustering/HEAD/main.py -------------------------------------------------------------------------------- /sample.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wrayzheng/gmm-em-clustering/HEAD/sample.data --------------------------------------------------------------------------------