dengbaowang / LAMLKNN

This is an implementation of the paper "A Locally Adaptive Multi-Label k-Nearest Neighbor Algorithm".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAMLKNN(A-Locally-Adaptive-Multi-Label-k-Nearest-Neighbor-Algorithm)

This is an implementation of the paper "A Locally Adaptive Multi-Label k-Nearest Neighbor Algorithm" and an extension of ML-kNN algorithm, and the implementation is based on the original ML-kNN algorithm.

I have also uploaded a java version of LAML-kNN approach, this version is based on Mulan Java library. You can copy the java file LAMLkNN.java into the file directory "\mulan\src\mulan\classifier\lazy" and run it in Java IDE.

About

This is an implementation of the paper "A Locally Adaptive Multi-Label k-Nearest Neighbor Algorithm".


Languages

Language:MATLAB 41.0%Language:M 34.5%Language:Java 24.5%