public interface FunctionClassCoveringBounds
| Modifier and Type | Method and Description |
|---|---|
double |
logLowerBound(double dblCover)
Log of the Lower Bound of the Function Covering Number
|
double |
logUpperBound(double dblCover)
Log of the Upper Bound of the Function Covering Number
|
double logLowerBound(double dblCover)
throws java.lang.Exception
dblCover - The Size of the Coverjava.lang.Exception - Thrown if the Inputs are Invaliddouble logUpperBound(double dblCover)
throws java.lang.Exception
dblCover - The Size of the Coverjava.lang.Exception - Thrown if the Inputs are Invalid