Skip to main content
. 2022 Oct 29;14(21):5327. doi: 10.3390/cancers14215327
Algorithm 2 Personalized Classifier with Multiple Thresholds (PCMT).
  • Require:X_train, X_test, a set of pcc_thresholds

  •  Get Personalized Classifiers for each of the pcc_threshold in the pcc_thresholds for X_train and X_test (i.e., Personalized Classifier(X_train,X_test,pcc_threshold))

  •  Obtain predicted probabilities from each of the PC classifiers for X_test

  •  Average the predicted probabilities of the PC classifiers

  • Return predicted probability for the X_test