Fast kNN from python

Miki miki.tebeka at gmail.com
Tue Aug 14 14:44:08 EDT 2007


Hello,

> I am looking for a Python implementation or bindings to a library that
> can quickly find k-Nearest Neighbors given an arbitrary distance
> metric between objects. Specifically, I have an "edit distance"
> between objects that is written in Python.
First Google search for "k-Nearest Neighbors python", yielded
http://people.revoledu.com/kardi/tutorial/KNN/resources.html  which
pointed to http://biopython.org/DIST/docs/api/public/Bio.kNN-module.html

HTH,
--
Miki <miki.tebeka at gmail.com>
http://pythonwise.blogspot.com




More information about the Python-list mailing list