[ 
https://issues.apache.org/jira/browse/MATH-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luc Maisonobe resolved MATH-266.
--------------------------------

    Resolution: Fixed
      Assignee: Luc Maisonobe

fixed in subversion repository as of r770979

I have changed a few things:
* renamed the Point interface into Clusterable (not sure this is really english 
...)
* use generics
* added missing javadocs (mainly class-level)
* added package.html
* created test
* replaced an Integer parameter with null meaning unlimited by an int parameter 
with -1 meaning unlimited
* fixed a missing loop in the initial centers computation (only two centers 
were computed instead of k)

Could you please check if everything is fine and either reopen the issue if 
something is wrong or open a new one if you want to add something ?

thanks for the report and for the patch

> Support for Clustering Algorithms
> ---------------------------------
>
>                 Key: MATH-266
>                 URL: https://issues.apache.org/jira/browse/MATH-266
>             Project: Commons Math
>          Issue Type: New Feature
>    Affects Versions: 2.0
>            Reporter: Ben McCann
>            Assignee: Luc Maisonobe
>             Fix For: 2.0
>
>         Attachments: clustering.zip
>
>
> It'd be nice if Commons Math could run K-means or some other clustering 
> algorithms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to