public class Prediction<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
T |
lower5Percentile |
T |
prediction |
T |
upper95Percentile |
Constructor and Description |
---|
Prediction() |
Prediction(T pred,
T lower,
T upper) |