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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addStrataInfoHashMap
(LinkedHashMap<String, StrataInfo> siHashMap, String label) boolean
void
setStrataInfoHashMap
(LinkedHashMap<String, StrataInfo> strataInfoHashMap) void
setUnweightedStrataInfoHashMap
(LinkedHashMap<String, StrataInfo> unweightedStrataInfoHashMap) void
setWeighted
(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
-