Modify

Opened 13 years ago

Last modified 13 years ago

#14 new enhancement

sparse arff parser

Reported by: busarobi@… Owned by: busarobi
Priority: major Milestone: Release
Component: Multiboost code Version: 1.0
Keywords: arff sparser Cc:

Description

The ArffParser should be able to read the official sparse arff format. This is importnat for release.

Attachments (0)

Change History (1)

comment:1 Changed 13 years ago by anonymous

It's ready. There is some questions what we should decide together:

1) the arff parser assumes that the class feature is called 'class' whereas the weka considers the last feature as label feature.
2) we do not allow spaces in the name of labels whereas the weka allows this but in this case the name of labels should be put between

example: 'lo fasz' can be the name of a label but only lo fasz cannot be since it counts as two labels

3) if the data is in sparse format, we do not allow now to use sparse label representation just like the weka, however we could do this.

{0 1,3 5.4,7 8.0,9 {alma 1.0 korte -2.0}}

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain busarobi.
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from busarobi to the specified user. Next status will be 'new'.
The owner will be changed from busarobi to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.