Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 587 Bytes

AUTHORS.md

File metadata and controls

14 lines (11 loc) · 587 Bytes

Copyright (c) 2012, Applidium

This file contains the list of people involved in the development of ADClusterMapView along its history.

==========================================================

  • Romain Goyet
    • Initial research: implemented and tested various algorithms (naive, k-means, quadtree) before choosing the one using a k-d tree.
    • Initial animation code using two pools of annotations
  • Patrick Nollet
    • Cluster classification using PCA (Principal Component Analysis)
    • Final animation code
    • Implementation of current architecture (MKMapView subclass)