- getComputationDate() - Method in class org.phenotips.data.PatientSpecificity
-
The date when this score was computed.
- getComputingMethod() - Method in class org.phenotips.data.PatientSpecificity
-
The method used for computing this score.
- getScore(Patient) - Method in interface org.phenotips.data.PatientScorer
-
Compute the raw specificity score for a patient.
- getScore() - Method in class org.phenotips.data.PatientSpecificity
-
The score assigned to this patient record, where 0 means the record isn't informative at all, and 1 means that
this is a perfect patient description.
- getScore(Patient) - Method in interface org.phenotips.data.PatientSpecificityService
-
Compute the raw specificity score for a patient.
- getScore(Patient) - Method in class org.phenotips.data.script.PatientSpecificityScriptService
-
Compute the raw specificity score for a patient.
- getScore(String[], String[]) - Method in class org.phenotips.data.script.PatientSpecificityScriptService
-
Compute the raw specificity score for a patient snapshot, literally a collection of positive and negative
features.
- getSpecificity(Patient) - Method in interface org.phenotips.data.PatientScorer
-
Compute the specificity score for a patient, along with metadata about the score.
- getSpecificity(Patient) - Method in interface org.phenotips.data.PatientSpecificityService
-
Compute the specificity score for a patient, along with metadata about the score.