@Unstable
@Role
public interface PatientSpecificityService
patient specificity, a score estimating how "good" a patient record is, be
invoking one of the available scorers.| Modifier and Type | Method and Description |
|---|---|
double |
getScore(Patient patient)
Compute the raw specificity score for a patient.
|
PatientSpecificity |
getSpecificity(Patient patient)
Compute the specificity score for a patient, along with metadata about the score.
|
PatientSpecificity getSpecificity(Patient patient)
patient - the patient to scorenull in case of failuredouble getScore(Patient patient)
patient - the patient to score0 and 1, or -1 if the score cannot be computed by this scorerCopyright © 2011–2014 University of Toronto, Computational Biology Lab. All rights reserved.