Re: [Mulan-list] TMC2007 data Format
Brought to you by:
stevelaskaridis,
tsoumakas
|
From: Grigorios T. <gr...@cs...> - 2016-10-23 10:38:04
|
Hi, You can use Weka and apply a SparseToNonSpare filter and then save the data again. Note that Mulan has been moved to GitHub (https://github.com/tsoumakas/mulan). Please address there any further issues. Thanks, Greg On 23/10/2016 12:28 μμ, gzg...@si... wrote: > Hi all, > I have downloaded the tmc2007 dataset from mulan. But it's format is > as follows: > @relation MultiLabelExample > @attribute 8867 {0,1} @attribute 8861 {0,1}@attribute 8862 > {0,1}@attribute label1 {0, 1} @attribute label2 {0, 1} @attribute > label3 {0, 1} @attribute label4 {0, 1} @attribute label5 {0, 1} @data > {8861 1,8862 1} > how can i transform tmc2007 to the standard format like: > @relation MultiLabelExample > @attribute feature1 numeric @attribute feature2 numeric @attribute > feature3 numeric @attribute label1 {0, 1} @attribute label2 {0, 1} > @attribute label3 {0, 1} @attribute label4 {0, 1} @attribute label5 > {0, 1} @data > 2.3,5.6,1.4,0,1,1,0,0 > Thanks > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > > > _______________________________________________ > Mulan-list mailing list > Mul...@li... > https://lists.sourceforge.net/lists/listinfo/mulan-list |