Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Sparse ARFF files

highsaffronhighsaffron Member Posts: 1 Learner III
edited November 2018 in Help
Hi,

I have data in sparse ARFF files. Here is an extract:

...
@ATTRIBUTE constraint2_B {v}
@ATTRIBUTE constraint2_A {v}
@ATTRIBUTE constraint2_C {v}
...
@DATA
{5 v,8 v,11 v,43 v}
{5 v,8 v,43 v}
{5 v,8 v,43 v}
...

According to the help information about the 'Read ARFF' operator, "the sparse ARFF format is currently only supported for numerical attributes." When used with the W-Apriori operator results are output, does this mean that this format is now also supported for nominal attributes?

Thanks,
Myse

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    no, I don't think so. I'm not aware of any change in the last years to the read arf operator.

    Greetings,
    Sebastian
Sign In or Register to comment.