user3089324
user3089324

Reputation: 29

Dataset visualization

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

Answers (1)

lejlot
lejlot

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

Related Questions