Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 360 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 360 Bytes

Expectation Maximization for Geographical Data

An implementation of the expectation-maximization algorithm for a mixture of gaussians, designed to decompose a single geographical distribution into clusters.

Relies on the Apache Commons Mathematics Library for implementation of matrices and distributions.