public class CoxPHModelPrediction extends AbstractPrediction
Modifier and Type | Field and Description |
---|---|
double |
value
This value may be Double.NaN, which means NA (this will happen with CoxPH, for example,
if one of the input values for a new data point is NA).
|
Constructor and Description |
---|
CoxPHModelPrediction() |