Skip to content
/ IBkLG Public

Instance Based K-nearest using Log and Gaussian weight kernels

License

Notifications You must be signed in to change notification settings

sheshas/IBkLG

Repository files navigation

IBkLG

Instance Based K-nearest using Log and Gaussian weight kernels

In K-NN distance can be weighted distance such as Inverse of the distance or based on similarity. Similarly, here one can associate weights based on the negative logarithm or another intuitive way is to associate a gaussian. A gaussian is assumed around each and every K-Nearest neighbor and weights are associated relative to the distance of the neighbor from the mean in the gaussian. This package extents the base IBk class to add these two kernels to K-NN algorithm.

This enhancement to Weka was done as a part of a graduate project. The writeup file: PredictingSeasonsUsingGeoTags.pdf

This package is now an official weka package that can be installed using Weka's Package Manager.

About

Instance Based K-nearest using Log and Gaussian weight kernels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages