Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top