0

I am loking for some sample binary data for testing my linear classifiation code. I need a data set where the data is 2d and belongs to either one of two classes. If anyone has such data or any reference for the same, kindly reply. Any help is appreciated.

freeborn
  • 115
  • 1
  • 2
  • 8

1 Answers1

1

I have my own dataset which contain 2 categories of data with 2 features each.

http://dl.dropbox.com/u/28068989/segmentation_mi_kit.zip Extract this archive and go to 'segmentation_mi_kit/mango_banyan_dataset/'

Alternately if you want something standard to test your algorithm on, have a look at UCI Machine Learning dataset : http://www.ics.uci.edu/~mlearn/

I guess thatz a kind of data you need.

mkuse
  • 2,250
  • 4
  • 32
  • 61