You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Karl Wettin (JIRA)" <ji...@apache.org> on 2008/04/14 20:23:04 UTC

[jira] Created: (MAHOUT-40) Matrix factory that loads ARFFish data

Matrix factory that loads ARFFish data
--------------------------------------

                 Key: MAHOUT-40
                 URL: https://issues.apache.org/jira/browse/MAHOUT-40
             Project: Mahout
          Issue Type: New Feature
            Reporter: Karl Wettin
            Assignee: Karl Wettin


{noformat}
% a data set
@rows 2
@columns 6
@data
0,0,1,2,3,A
2,3,2,1,2,B
{noformat} 

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


Re: [jira] Commented: (MAHOUT-40) Matrix factory that loads ARFFish data

Posted by Ted Dunning <te...@gmail.com>.
Mothballing is correct.  It will resurface someday and that is when it
should be fixed.

On Wed, Nov 18, 2009 at 4:53 PM, Sean Owen (JIRA) <ji...@apache.org> wrote:

>
>    [
> https://issues.apache.org/jira/browse/MAHOUT-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779773#action_12779773]
>
> Sean Owen commented on MAHOUT-40:
> ---------------------------------
>
> Thoughts about mothballing this issue -- any intent to proceed?
>
> > Matrix factory that loads ARFFish data
> > --------------------------------------
> >
> >                 Key: MAHOUT-40
> >                 URL: https://issues.apache.org/jira/browse/MAHOUT-40
> >             Project: Mahout
> >          Issue Type: New Feature
> >            Reporter: Karl Wettin
> >            Assignee: Karl Wettin
> >         Attachments: MAHOUT-40.txt
> >
> >
> > {noformat}
> > % a data set
> > @rows 2
> > @columns 6
> > @data
> > 0,0,1,2,3,A
> > 2,3,2,1,2,B
> > {noformat}
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Ted Dunning, CTO
DeepDyve

[jira] Commented: (MAHOUT-40) Matrix factory that loads ARFFish data

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

Ted Dunning commented on MAHOUT-40:
-----------------------------------

+1.

It will need to happen some day, but we can wait to fix it.

> Matrix factory that loads ARFFish data
> --------------------------------------
>
>                 Key: MAHOUT-40
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-40
>             Project: Mahout
>          Issue Type: New Feature
>            Reporter: Karl Wettin
>            Assignee: Karl Wettin
>         Attachments: MAHOUT-40.txt
>
>
> {noformat}
> % a data set
> @rows 2
> @columns 6
> @data
> 0,0,1,2,3,A
> 2,3,2,1,2,B
> {noformat} 

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


[jira] Resolved: (MAHOUT-40) Matrix factory that loads ARFFish data

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

Sean Owen resolved MAHOUT-40.
-----------------------------

    Resolution: Later

> Matrix factory that loads ARFFish data
> --------------------------------------
>
>                 Key: MAHOUT-40
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-40
>             Project: Mahout
>          Issue Type: New Feature
>            Reporter: Karl Wettin
>            Assignee: Karl Wettin
>         Attachments: MAHOUT-40.txt
>
>
> {noformat}
> % a data set
> @rows 2
> @columns 6
> @data
> 0,0,1,2,3,A
> 2,3,2,1,2,B
> {noformat} 

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


[jira] Commented: (MAHOUT-40) Matrix factory that loads ARFFish data

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

Sean Owen commented on MAHOUT-40:
---------------------------------

Thoughts about mothballing this issue -- any intent to proceed?

> Matrix factory that loads ARFFish data
> --------------------------------------
>
>                 Key: MAHOUT-40
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-40
>             Project: Mahout
>          Issue Type: New Feature
>            Reporter: Karl Wettin
>            Assignee: Karl Wettin
>         Attachments: MAHOUT-40.txt
>
>
> {noformat}
> % a data set
> @rows 2
> @columns 6
> @data
> 0,0,1,2,3,A
> 2,3,2,1,2,B
> {noformat} 

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


[jira] Updated: (MAHOUT-40) Matrix factory that loads ARFFish data

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

Karl Wettin updated MAHOUT-40:
------------------------------

    Attachment: MAHOUT-40.txt

This also maps ordinal values to doubles in the matrix, available via 

{code}
  private Map</* column */ Integer, Map</* data set class value */String, /* matrix value representation*/Double>> classColumns;
{code}



> Matrix factory that loads ARFFish data
> --------------------------------------
>
>                 Key: MAHOUT-40
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-40
>             Project: Mahout
>          Issue Type: New Feature
>            Reporter: Karl Wettin
>            Assignee: Karl Wettin
>         Attachments: MAHOUT-40.txt
>
>
> {noformat}
> % a data set
> @rows 2
> @columns 6
> @data
> 0,0,1,2,3,A
> 2,3,2,1,2,B
> {noformat} 

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