michi1510 / SimpleSVClustering

A simple implementation of support vector clustering in only python/numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleSVClustering

A simple implementation of support vector clustering in only python/numpy

This implements a version of support vector clustering from the paper: "A Support Vector Method for Clustering", A. Ben-Hur et al.

The implementation is fairly basic and your mileage may vary, but it seems to work. I am only aware of a few other implementations of support vector clustering, none of which are simplified to this extent. Hopefully somebody finds it useful, or at least informative.

About

A simple implementation of support vector clustering in only python/numpy

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%