The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Sparse ARFF files
highsaffron
Member Posts: 1 Learner III
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
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
0
Answers
no, I don't think so. I'm not aware of any change in the last years to the read arf operator.
Greetings,
Sebastian