Skip to main content
. 2017 Jun 20;7:3898. doi: 10.1038/s41598-017-04281-9
Algorithm 1 Data splitting algorithm
for each sample S in data
    if PredictionScoreC1 ≥ | PredictionScoreC2
     if PredictionScoreC1 ≥ GA.threshold
         S → Class 1
     else
         S → Class 2
    else
      if PredictionScoreC2 ≤ GA.threshold
         S → Class 2
      else
         S → Class 1