Difference between revisions of "File:KNN.jar"

From Robowiki
Jump to navigation Jump to search
(My k-nearest neighbours speed/accuracy test. Come with Rednaxela's, Voidious', Simonton's and Nat's tree but should be able to add others easily. This version only supported single test at a time.)
 
(uploaded a new version of "File:KNN.jar": Update with new/updated trees, csv output of some timing information, and an interactive configuration mode)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
My k-nearest neighbours speed/accuracy test. Come with Rednaxela's, Voidious', Simonton's and Nat's tree but should be able to add others easily.
+
[[k-NN algorithm benchmark]] source code. If you want to contribute, please follows these steps:
  
This version only supported single test at a time.
+
# Setting up new Eclipse project for this.
 +
# Extract src.jar in KNN.jar to the project folder.
 +
# There you go, build.xml contains the Ant script that produce this file. Please make sure you use that build file every time you build it.
 +
 
 +
If you don't use Eclipse, well, you can just edit the java and build the benchmark with Ant script.

Latest revision as of 07:28, 11 March 2010

k-NN algorithm benchmark source code. If you want to contribute, please follows these steps:

  1. Setting up new Eclipse project for this.
  2. Extract src.jar in KNN.jar to the project folder.
  3. There you go, build.xml contains the Ant script that produce this file. Please make sure you use that build file every time you build it.

If you don't use Eclipse, well, you can just edit the java and build the benchmark with Ant script.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current07:28, 11 March 2010 (217 KB)Rednaxela (talk | contribs)Update with new/updated trees, csv output of some timing information, and an interactive configuration mode
17:11, 24 August 2009 (246 KB)Nat (talk | contribs)add worst case search time
00:37, 24 August 2009 (110 KB)Rednaxela (talk | contribs)Red's tree updates, warming up the JIT, overall time bugfix
18:04, 23 August 2009 (109 KB)Rednaxela (talk | contribs)Fix memory leak that prevented large numbers of repetitions from working, move package, add javadoc author notes.
10:06, 23 August 2009 (109 KB)Rednaxela (talk | contribs)Add capability to read from csv. Various other changes.
18:04, 20 August 2009 (96 KB)Nat (talk | contribs)better linear/flat/brute force searching
17:17, 17 August 2009 (95 KB)Nat (talk | contribs)Better banchmark
18:12, 16 August 2009 (92 KB)Nat (talk | contribs)My k-nearest neighbours speed/accuracy test. Come with Rednaxela's, Voidious', Simonton's and Nat's tree but should be able to add others easily. This version only supported single test at a time.