Skip to content

dengbaowang/PL-AGGD

Repository files navigation

The implementation of PL-AGGD (Adaptive graph guided disambiguation for partial label learning). MATLAB Commands:

ker  = 'rbf'; %Type of kernel function
k = 10;
lambda = 1;
mu = 1;
gama = 0.05;
Maxiter = 10;
run_Lost;

Note: Owing to my negligence, the description of the bias b of the regression function and its updating was missed in the paper.

About

The implemention of PL-AGGD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages