Uses of Class
org.biojava.nbio.survival.cox.CoxCoefficient
-
Packages that use CoxCoefficient Package Description org.biojava.nbio.survival.cox -
-
Uses of CoxCoefficient in org.biojava.nbio.survival.cox
Methods in org.biojava.nbio.survival.cox that return CoxCoefficient Modifier and Type Method Description CoxCoefficient
CoxInfo. getCoefficient(String name)
Methods in org.biojava.nbio.survival.cox that return types with arguments of type CoxCoefficient Modifier and Type Method Description LinkedHashMap<String,CoxCoefficient>
CoxInfo. getCoefficientsList()
Methods in org.biojava.nbio.survival.cox with parameters of type CoxCoefficient Modifier and Type Method Description void
CoxInfo. setCoefficient(String name, CoxCoefficient coefficient)
-