Search code examples
libsvmrepresentationdata-representation

How to respresent 3D (x y z) value as a single value?


How can i represent a 3D coordinate as a singular value?

I need this since the libsvm requieres the input data to be 1-dimensional?

Thank you


Solution

  • You can simply use 3 features for each coordinate. (They even write so in their README)