G O P 

G

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.

O

org.phenotips.data - package org.phenotips.data
 
org.phenotips.data.script - package org.phenotips.data.script
 

P

PatientScorer - Interface in org.phenotips.data
A service that computes the patient specificity, a score estimating how "good" a patient record is.
PatientSpecificity - Class in org.phenotips.data
Patient specificity, a score estimating how "good" a patient record is, along with metadata about the score computation.
PatientSpecificity(double, Date, String) - Constructor for class org.phenotips.data.PatientSpecificity
Default constructor passing all the required information.
PatientSpecificityScriptService - Class in org.phenotips.data.script
A service that computes the patient specificity, a score estimating how "good" a patient record is.
PatientSpecificityScriptService() - Constructor for class org.phenotips.data.script.PatientSpecificityScriptService
 
PatientSpecificityService - Interface in org.phenotips.data
Computes the patient specificity, a score estimating how "good" a patient record is, be invoking one of the available scorers.
G O P 

Copyright © 2011–2014 University of Toronto, Computational Biology Lab. All rights reserved.