public interface IntervalEstimator
Modifier and Type | Method and Description |
---|---|
double[][] |
predictIntervals(Instance inst,
double confidenceLevel)
Returns an N * 2 array, where N is the number of prediction
intervals.
|
double[][] predictIntervals(Instance inst, double confidenceLevel) throws java.lang.Exception
inst
- the instance to make the prediction for.confidenceLevel
- the percentage of cases that the interval should cover.java.lang.Exception
- if the intervals can't be computed