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