[
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.