Class SurvivalInfoDiscrete
Object
SurvivalInfoDiscrete
public class SurvivalInfoDiscrete extends Object
Represents a data point in data for survival analysis with only discrete covariates on finite
sets. Each entry in the covariates set is an 0-1 indicator vector with exactly one non-zero value
indicating the value of that particular covariate, e.g. (1,0,0,0), (0,1,0,0), (0,0,1,0) or
(0,0,0,1) if the covariate has four different values.
-
Constructor Summary
Constructors Constructor Description SurvivalInfoDiscrete(List<List<DRes<SInt>>> covariates, DRes<SInt> time, DRes<SInt> censored)
-
Method Summary
Modifier and Type Method Description DRes<SInt>
getCensored()
List<List<DRes<SInt>>>
getCovariates()
DRes<SInt>
getTime()
-
Constructor Details
-
Method Details
-
getCovariates
-
getTime
public DRes<SInt> getTime() -
getCensored
public DRes<SInt> getCensored()
-