I know weka uses a function
public final double sizeOfPredictedRegions()
Gets the average size of the predicted regions, relative to the range of the target in the training data, at the confidence level specified when the evaluation was performed.
Returns:the average size of the predicted regions
Is there any specific formula to calculate size of the predicted region?