public class PatientSpecificity extends Object
| Constructor and Description |
|---|
PatientSpecificity(double score,
Date computationDate,
String computingMethod)
Default constructor passing all the required information.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getComputationDate()
The date when this score was computed.
|
String |
getComputingMethod()
The method used for computing this score.
|
double |
getScore()
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.
|
public PatientSpecificity(double score,
Date computationDate,
String computingMethod)
score - the profile score, must be a number between 0 and 1 (inclusive)computationDate - the date when the score was computedcomputingMethod - the method used for computing the scorepublic double getScore()
0.0 and 1.0 (inclusive), or -1 if a score couldn't be computedpublic Date getComputationDate()
public String getComputingMethod()
monarchinitiative.org or local-omimCopyright © 2011–2014 University of Toronto, Computational Biology Lab. All rights reserved.