문제

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