You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Ted Dunning (JIRA)" <ji...@apache.org> on 2010/07/11 01:00:49 UTC

[jira] Created: (MAHOUT-436) Need minValue and minValueIndex in parallel with maxValue and maxValueIndex

Need minValue and minValueIndex in parallel with maxValue and maxValueIndex
---------------------------------------------------------------------------

                 Key: MAHOUT-436
                 URL: https://issues.apache.org/jira/browse/MAHOUT-436
             Project: Mahout
          Issue Type: Bug
            Reporter: Ted Dunning



Some of the stuff I am doing needs to find minimum values similar to the way that we can currently find maximum values.

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


[jira] Updated: (MAHOUT-436) Need minValue and minValueIndex in parallel with maxValue and maxValueIndex

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

Ted Dunning updated MAHOUT-436:
-------------------------------

           Status: Patch Available  (was: Open)
         Assignee: Ted Dunning
    Fix Version/s: 0.4

Here is a patch.

This is relatively trivial and I will commit it shortly if there are no comments.

> Need minValue and minValueIndex in parallel with maxValue and maxValueIndex
> ---------------------------------------------------------------------------
>
>                 Key: MAHOUT-436
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-436
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>            Assignee: Ted Dunning
>             Fix For: 0.4
>
>         Attachments: MAHOUT-436.patch
>
>
> Some of the stuff I am doing needs to find minimum values similar to the way that we can currently find maximum values.

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


[jira] Updated: (MAHOUT-436) Need minValue and minValueIndex in parallel with maxValue and maxValueIndex

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

Ted Dunning updated MAHOUT-436:
-------------------------------

    Attachment: MAHOUT-436.patch

Trivial patch.

> Need minValue and minValueIndex in parallel with maxValue and maxValueIndex
> ---------------------------------------------------------------------------
>
>                 Key: MAHOUT-436
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-436
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>            Assignee: Ted Dunning
>             Fix For: 0.4
>
>         Attachments: MAHOUT-436.patch
>
>
> Some of the stuff I am doing needs to find minimum values similar to the way that we can currently find maximum values.

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


[jira] Commented: (MAHOUT-436) Need minValue and minValueIndex in parallel with maxValue and maxValueIndex

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

Hudson commented on MAHOUT-436:
-------------------------------

Integrated in Mahout-Quality #131 (See [http://hudson.zones.apache.org/hudson/job/Mahout-Quality/131/])
    MAHOUT-436 - Added minValue, minValueIndex, implementations in AbstractVector and the sparse vectors and tests.  Also cleaned up some code style issues with some tests


> Need minValue and minValueIndex in parallel with maxValue and maxValueIndex
> ---------------------------------------------------------------------------
>
>                 Key: MAHOUT-436
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-436
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>            Assignee: Ted Dunning
>             Fix For: 0.4
>
>         Attachments: MAHOUT-436.patch
>
>
> Some of the stuff I am doing needs to find minimum values similar to the way that we can currently find maximum values.

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


[jira] Commented: (MAHOUT-436) Need minValue and minValueIndex in parallel with maxValue and maxValueIndex

Posted by "Ted Dunning (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887113#action_12887113 ] 

Ted Dunning commented on MAHOUT-436:
------------------------------------


I just did a clean download.  This patch applied cleanly and all tests succeeded.

I will commit it some time tomorrow.

> Need minValue and minValueIndex in parallel with maxValue and maxValueIndex
> ---------------------------------------------------------------------------
>
>                 Key: MAHOUT-436
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-436
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>            Assignee: Ted Dunning
>             Fix For: 0.4
>
>         Attachments: MAHOUT-436.patch
>
>
> Some of the stuff I am doing needs to find minimum values similar to the way that we can currently find maximum values.

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


[jira] Updated: (MAHOUT-436) Need minValue and minValueIndex in parallel with maxValue and maxValueIndex

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

Ted Dunning updated MAHOUT-436:
-------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

Committed r962999

> Need minValue and minValueIndex in parallel with maxValue and maxValueIndex
> ---------------------------------------------------------------------------
>
>                 Key: MAHOUT-436
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-436
>             Project: Mahout
>          Issue Type: Bug
>            Reporter: Ted Dunning
>            Assignee: Ted Dunning
>             Fix For: 0.4
>
>         Attachments: MAHOUT-436.patch
>
>
> Some of the stuff I am doing needs to find minimum values similar to the way that we can currently find maximum values.

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