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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top