luispedro / milk

MILK: Machine Learning Toolkit
http://www.luispedro.org/software/milk
MIT License
605 stars 146 forks source link

Documentation does not explain affinity propagation #23

Closed AkshatM closed 6 years ago

AkshatM commented 9 years ago

Hi. I notice that your documentation claims that milk supports affinity propagation, but it does not explain nor provide an explicit example. There are also no affinity propagation benchmarks listed.

Does milk in fact support affinity propagation? If so, how would one use it, and do you have any performance benchmarks against scikit.learn? Further, would this implementation support a precomputed matrix of similarities a la scikit?

Please let me know. Thanks.