Package org.biojava.nbio.survival.cox
Class SurvFitInfo
- java.lang.Object
-
- org.biojava.nbio.survival.cox.SurvFitInfo
-
public class SurvFitInfo extends Object
Contains info for graphing km figures- Author:
- Scooter Willis
-
-
Constructor Summary
Constructors Constructor Description SurvFitInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStrataInfoHashMap(LinkedHashMap<String,StrataInfo> siHashMap, String label)LinkedHashMap<String,StrataInfo>getStrataInfoHashMap()LinkedHashMap<String,StrataInfo>getUnweightedStrataInfoHashMap()booleanisWeighted()voidsetStrataInfoHashMap(LinkedHashMap<String,StrataInfo> strataInfoHashMap)voidsetUnweightedStrataInfoHashMap(LinkedHashMap<String,StrataInfo> unweightedStrataInfoHashMap)voidsetWeighted(boolean weighted)StringtoString()
-
-
-
Constructor Detail
-
SurvFitInfo
public SurvFitInfo()
-
-
Method Detail
-
getUnweightedStrataInfoHashMap
public LinkedHashMap<String,StrataInfo> getUnweightedStrataInfoHashMap()
- Returns:
-
setUnweightedStrataInfoHashMap
public void setUnweightedStrataInfoHashMap(LinkedHashMap<String,StrataInfo> unweightedStrataInfoHashMap)
- Parameters:
unweightedStrataInfoHashMap-
-
getStrataInfoHashMap
public LinkedHashMap<String,StrataInfo> getStrataInfoHashMap()
- Returns:
- the strataInfoHashMap
-
setStrataInfoHashMap
public void setStrataInfoHashMap(LinkedHashMap<String,StrataInfo> strataInfoHashMap)
- Parameters:
strataInfoHashMap- the strataInfoHashMap to set
-
addStrataInfoHashMap
public void addStrataInfoHashMap(LinkedHashMap<String,StrataInfo> siHashMap, String label)
- Parameters:
siHashMap-label-
-
isWeighted
public boolean isWeighted()
- Returns:
- the weighted
-
setWeighted
public void setWeighted(boolean weighted)
- Parameters:
weighted- the weighted to set
-
-