Mark created MATH-1171:
--------------------------
Summary: 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
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
(v6.3.4#6332)