DeepRank / iScore

iScore: an MPI supported software for ranking protein-protein docking models based on a random walk graph kernel and support vector machines
Apache License 2.0
27 stars 11 forks source link

the differences between python iscore and our original matlab code #4

Open LilySnow opened 5 years ago

LilySnow commented 5 years ago

According to Cunliang, here are the differences:

  1. max walk length: 4 v.s. 3
  2. SVM training parameters svm_parameter('-t 4 -c 4 -b 1') v.s. svm_parameter('-t 4 -c 1 -b 0')