Hi

I have a multi-dimension input object as follows

{ Id: 100, Date: '2013-06-06', Country: 'IT' attr: [ 'Andalus', 'Jokerman', . . (etc) ] . ., some other attr: ['Batang', 'xyz' ... (etc)] etc }

I am trying to think of mapping this kind of data structure to a feature vector which I can use to train some kind of a classification algorithm later.

What are some good strategies to obtain a feature vector from the above data set?

Thanks

asked Jul 03 '13 at 07:47

dopplesoldner's gravatar image

dopplesoldner
1111

Be the first one to answer this question!
toggle preview

powered by OSQA

User submitted content is under Creative Commons: Attribution - Share Alike; Other things copyright (C) 2010, MetaOptimize LLC.