Implementation ALGTSVM algorithm.
If you use our code, please cite the relative paper:
@article{yue2017semi,
title={Semi-supervised learning through adaptive Laplacian graph trimming},
author={Yue, Zongsheng and Meng, Deyu and He, Juan and Zhang, Gemeng},
journal={Image and Vision Computing},
volume={60},
pages={38--47},
year={2017},
publisher={Elsevier}
}
Experiments environment:
Ubuntu 16.04
matlab: R2018a
Requirement: libsvm.
Demo:
- Compile libsvm
cd ALGTRootPath/libsvm (ALGTRootPATH denotes the root directory of this project)
make_libsvm - execute demo
demoALGT