You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2009/09/09 14:54:57 UTC

[jira] Created: (MAHOUT-176) Remove VectorIterable in favor of just using Iterable

Remove VectorIterable in favor of just using Iterable<Vector>
-------------------------------------------------------------

                 Key: MAHOUT-176
                 URL: https://issues.apache.org/jira/browse/MAHOUT-176
             Project: Mahout
          Issue Type: Improvement
            Reporter: Grant Ingersoll
            Assignee: Grant Ingersoll
            Priority: Minor


VectorIterable serves no purpose other than being a marker interface.  Just use Iterable<Vector> instead.

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


[jira] Resolved: (MAHOUT-176) Remove VectorIterable in favor of just using Iterable

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll resolved MAHOUT-176.
------------------------------------

    Resolution: Fixed

Committed revision 812953.

> Remove VectorIterable in favor of just using Iterable<Vector>
> -------------------------------------------------------------
>
>                 Key: MAHOUT-176
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-176
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>             Fix For: 0.2
>
>
> VectorIterable serves no purpose other than being a marker interface.  Just use Iterable<Vector> instead.

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


[jira] Updated: (MAHOUT-176) Remove VectorIterable in favor of just using Iterable

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated MAHOUT-176:
-----------------------------------

    Fix Version/s: 0.2

> Remove VectorIterable in favor of just using Iterable<Vector>
> -------------------------------------------------------------
>
>                 Key: MAHOUT-176
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-176
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>             Fix For: 0.2
>
>
> VectorIterable serves no purpose other than being a marker interface.  Just use Iterable<Vector> instead.

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


[jira] Commented: (MAHOUT-176) Remove VectorIterable in favor of just using Iterable

Posted by "Sean Owen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753072#action_12753072 ] 

Sean Owen commented on MAHOUT-176:
----------------------------------

I like this sort of change.

> Remove VectorIterable in favor of just using Iterable<Vector>
> -------------------------------------------------------------
>
>                 Key: MAHOUT-176
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-176
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>             Fix For: 0.2
>
>
> VectorIterable serves no purpose other than being a marker interface.  Just use Iterable<Vector> instead.

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