public class NormedRxToNormedR1Finite extends NormedRxToNormedRxFinite
Modifier and Type | Method and Description |
---|---|
FunctionClassCoveringBounds |
agnosticCoveringNumberBounds()
Retrieve the Agnostic Covering Number Upper/Lower Bounds for the Function Class
|
NormedRxToNormedR1[] |
functionSpaces()
Retrieve the Array of Function Spaces in the Class
|
GeneralizedMetricVectorSpace |
inputMetricVectorSpace()
Retrieve the Input Vector Space
|
double |
operatorPopulationMetricNorm()
Compute the Operator Population Metric Norm
|
double |
operatorPopulationSupremumNorm()
Compute the Operator Population Supremum Norm
|
double |
operatorSampleMetricNorm(GeneralizedValidatedVector gvvi)
Compute the Operator Sample Metric Norm
|
double |
operatorSampleSupremumNorm(GeneralizedValidatedVector gvvi)
Compute the Operator Sample Supremum Norm
|
R1Normed |
outputMetricVectorSpace()
Retrieve the Output Vector Space
|
double |
populationCoveringNumber(double dblCover)
Estimate for the Function Class Population Covering Number
|
double |
populationSupremumCoveringNumber(double dblCover)
Estimate for the Function Class Population Supremum Covering Number
|
double |
sampleCoveringNumber(GeneralizedValidatedVector gvvi,
double dblCover)
Estimate for the Scale-Sensitive Sample Covering Number for the specified Cover Size
|
double |
sampleSupremumCoveringNumber(GeneralizedValidatedVector gvvi,
double dblCover)
Estimate for the Scale-Sensitive Sample Supremum Covering Number for the specified Cover Size
|
maureyConstant, outputDimension, populationMetricCoveringBounds, populationSupremumCoveringBounds, sampleMetricCoveringBounds, sampleSupremumCoveringBounds, scaleSensitiveCoveringBounds
public FunctionClassCoveringBounds agnosticCoveringNumberBounds()
NormedRxToNormedRxFinite
agnosticCoveringNumberBounds
in class NormedRxToNormedRxFinite
public GeneralizedMetricVectorSpace inputMetricVectorSpace()
NormedRxToNormedRxFinite
inputMetricVectorSpace
in class NormedRxToNormedRxFinite
public R1Normed outputMetricVectorSpace()
NormedRxToNormedRxFinite
outputMetricVectorSpace
in class NormedRxToNormedRxFinite
public NormedRxToNormedR1[] functionSpaces()
public double populationCoveringNumber(double dblCover) throws java.lang.Exception
dblCover
- The Size of the Coverjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double populationSupremumCoveringNumber(double dblCover) throws java.lang.Exception
dblCover
- The Size of the Coverjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double sampleCoveringNumber(GeneralizedValidatedVector gvvi, double dblCover) throws java.lang.Exception
gvvi
- The Validated Instance Vector SequencedblCover
- The Size of the Coverjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double sampleSupremumCoveringNumber(GeneralizedValidatedVector gvvi, double dblCover) throws java.lang.Exception
gvvi
- The Validated Instance Vector SequencedblCover
- The Size of the Coverjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double operatorPopulationMetricNorm() throws java.lang.Exception
NormedRxToNormedRxFinite
operatorPopulationMetricNorm
in class NormedRxToNormedRxFinite
java.lang.Exception
- Thrown if the Operator Norm cannot be computedpublic double operatorPopulationSupremumNorm() throws java.lang.Exception
NormedRxToNormedRxFinite
operatorPopulationSupremumNorm
in class NormedRxToNormedRxFinite
java.lang.Exception
- Thrown if the Operator Population Supremum Norm cannot be computedpublic double operatorSampleMetricNorm(GeneralizedValidatedVector gvvi) throws java.lang.Exception
NormedRxToNormedRxFinite
operatorSampleMetricNorm
in class NormedRxToNormedRxFinite
gvvi
- The Validated Vector Space Instancejava.lang.Exception
- Thrown if the Operator Norm cannot be computedpublic double operatorSampleSupremumNorm(GeneralizedValidatedVector gvvi) throws java.lang.Exception
NormedRxToNormedRxFinite
operatorSampleSupremumNorm
in class NormedRxToNormedRxFinite
gvvi
- The Validated Vector Space Instancejava.lang.Exception
- Thrown if the Operator Sample Supremum Norm cannot be computed