Reputation: 29
I am using weka for traffic classification. I have an .arff dataset that contains different columns and rows. Each row is an instance where each column is a feature. Is there any software that can visualize my Dataset for more than two features?
I have noticed that weka can visualize two dataset,However I need to visualize up to 8 features.
Thanks in advance.
Upvotes: 0
Views: 163
Reputation: 66775
You can check out the so called Parallel Coordinates which can visualize any number of features. There are many existing implementations, some of which are avaliable from prof. Inselberg page
Upvotes: 1