You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles Sadowski (Jira)" <ji...@apache.org> on 2021/06/04 11:32:00 UTC

[jira] [Updated] (MATH-1171) clustering implementations have unnecessary overhead

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

Gilles Sadowski updated MATH-1171:
----------------------------------
    Fix Version/s:     (was: 4.0)
                   4.X

> clustering implementations have unnecessary overhead
> ----------------------------------------------------
>
>                 Key: MATH-1171
>                 URL: https://issues.apache.org/jira/browse/MATH-1171
>             Project: Commons Math
>          Issue Type: Bug
>            Reporter: Mark
>            Priority: Major
>             Fix For: 4.X
>
>         Attachments: image_clustering_example.png
>
>
> I want to apply clustering algorithms like KMeansPlusPlusClusterer to pictures. And creating a point instance for each pixel is not a good idea.
> Therefore the interface should not be based on Collections, but on some interface that provides sort of "get(index)" accessors to data that is potentially stored in a pixel array etc.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)