Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Clustering

CIRES, University of Colorado Boulder

I tend to focus on clustering algorithms that use distance and density.

OPTICS

OPTICS, or ‘Ordering Points To Identify Clustering Structure’, is a density based clustering algorithm that I developed for segmentation of LiDAR points. It was also my first pull request.

My implementation of the OPTICS algorithm was merged into sklearn for release 0.21, and is available in all current versions. You can find the module documentation here, with more descriptive and narrative documentation here; there’s also demo code.

Posts in this section

Date: 2013-06-15

Date: 2013-06-01