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 Exception
inst - the instance to make the prediction for.confidenceLevel - the percentage of cases that the interval should cover.Exception - if the intervals can't be computedCopyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.