What is sparse data and how is it used in SVM implementation?

  • Thread starter Thread starter uwowizard
  • Start date Start date
  • Tags Tags
    Data
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 19K views
uwowizard
Messages
14
Reaction score
0
Hi there,

I was looking at an SVM implementation svm-java and it accepts a parameter to indicate whether the data is sparse. What's the definition of the sparse data?

Thanks.
 
Physics news on Phys.org
Sparse data is data that is easily compressed. Depending on the type of data that you're working with, it usually involves empty slots where data would go. Matrices, for instance, that are have lots of zeroes can be compressed and take up significantly less space in memory.