Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 432 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 432 Bytes

Classification on Graph DataSet

Binary Classification on graph by using frequent subgraph as features

  • classify the graphs (in the feature space) using the linear kernel of libsvm
  • only use the discriminative frequent subgraphs

Command to execute :

$ sh classify.sh <trainset filename containing graphs> <active graph IDs filename> <inactive graph IDs filename> <testset filename containing graphs>