Knn

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • katambula
    New Member
    • Aug 2007
    • 1

    #1

    Knn

    Hi every one..
    Iam new to data mining. Could some assist with guidlines (or sample code) of how to implement a simple K nearest neighbour classifiyer. I eventually intend to include in a simple MVC based application for using J2EE.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by katambula
    Hi every one..
    Iam new to data mining. Could some assist with guidlines (or sample code) of how to implement a simple K nearest neighbour classifiyer. I eventually intend to include in a simple MVC based application for using J2EE.
    If you're talking graphs here, simply select those nodes (given a source node)
    that can be reached in K steps. A breadth first search can do the job easily.

    kind regards,

    Jos

    Comment

    Working...