Package org.biojava.nbio.survival.cox
Class SurvFitInfo
java.lang.Object
org.biojava.nbio.survival.cox.SurvFitInfo
Contains info for graphing km figures
- Author:
 - Scooter Willis 
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddStrataInfoHashMap(LinkedHashMap<String, StrataInfo> siHashMap, String label) booleanvoidsetStrataInfoHashMap(LinkedHashMap<String, StrataInfo> strataInfoHashMap) voidsetUnweightedStrataInfoHashMap(LinkedHashMap<String, StrataInfo> unweightedStrataInfoHashMap) voidsetWeighted(boolean weighted) toString() 
- 
Constructor Details
- 
SurvFitInfo
public SurvFitInfo() 
 - 
 - 
Method Details
- 
getUnweightedStrataInfoHashMap
- Returns:
 
 - 
setUnweightedStrataInfoHashMap
public void setUnweightedStrataInfoHashMap(LinkedHashMap<String, StrataInfo> unweightedStrataInfoHashMap) - Parameters:
 unweightedStrataInfoHashMap-
 - 
getStrataInfoHashMap
- Returns:
 - the strataInfoHashMap
 
 - 
setStrataInfoHashMap
- Parameters:
 strataInfoHashMap- the strataInfoHashMap to set
 - 
addStrataInfoHashMap
- Parameters:
 siHashMap-label-
 - 
toString
 - 
isWeighted
public boolean isWeighted()- Returns:
 - the weighted
 
 - 
setWeighted
public void setWeighted(boolean weighted) - Parameters:
 weighted- the weighted to set
 
 -