Unit tests for KdTree
Jump to navigation
Jump to search
Revision as of 7 May 2012 at 12:59.
The highlighted comment was created in this revision.
The highlighted comment was created in this revision.
Hello Rednaxela,
I just converted your KD-tree Java code to C#. Do you have unit tests for KD-Tree? They would allow me to test if the conversion succeded.
Ojd
I don't know if you could modified it to run the C# implementation, but K-NN algorithm benchmark has an accuracy checker with linear search, as with performance benchmark. You can give it a try.