This research article was co-authored by David Stites (dstites[at]uccs.edu) and Jonathan Snyder (jsynder4[at]uccs.edu) Abstract—A common problem for many web sites is appearing as a high ranking in search engines. Many searchers make quick decisions about which result they will choose and unless a web site appears within a certain threshold of the top rankings, the [...]
Archive for May, 2010
K Nearest Neighbors in Java
In a previous post, I explored how one might apply classification to solve a complex problem. This post will explore the code necessary to implement that nearest neighbor classification algorithm. If you would like a full copy of the source code, it is available here in zip format. Knn.java – This is the main driver [...]