You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Jeff Eastman (JIRA)" <ji...@apache.org> on 2008/04/21 19:29:21 UTC

[jira] Commented: (MAHOUT-47) Point class is now redundant and should be removed

    [ https://issues.apache.org/jira/browse/MAHOUT-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590973#action_12590973 ] 

Jeff Eastman commented on MAHOUT-47:
------------------------------------

r650209 added asFormatString() to Vector and Matrix types and their implementations which were factored from asWritableComparable(). Obtaining a String result is more useful than a WritableComparable when serializing the various cluster classes, and to similar clients in general.

> Point class is now redundant and should be removed
> --------------------------------------------------
>
>                 Key: MAHOUT-47
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-47
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Clustering
>            Reporter: Jeff Eastman
>
> The Point class that was introduced for clustering when Float[] was used instead of Vectors is no longer necessary and should be removed. The formatting for Vectors can now replace Point and the other methods should be moved so that the class and its test can be eliminated.

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