whysoserious198 / MGFS-A-multi-label-graph-based-feature-selection-algorithm-via-PageRank-centrality

MGFS-Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MGFS-A-multi-label-graph-based-feature-selection-algorithm-via-PageRank-centrality-2020

MGFS-Code
This code from our paper "MGFS: A multi-label graph-based feature selection algorithm via PageRank centrality".
https://www.sciencedirect.com/science/article/pii/S0957417419307419
function Frank = MGFS(X_train, Y_train)
inputs:
X_train=trainsamples
Y-train=trainlabels
Output:
FRank=sorted feature ranking vector

About

MGFS-Code


Languages

Language:MATLAB 100.0%