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, scaleSensitiveCoveringBoundspublic FunctionClassCoveringBounds agnosticCoveringNumberBounds()
NormedRxToNormedRxFiniteagnosticCoveringNumberBounds in class NormedRxToNormedRxFinitepublic GeneralizedMetricVectorSpace inputMetricVectorSpace()
NormedRxToNormedRxFiniteinputMetricVectorSpace in class NormedRxToNormedRxFinitepublic R1Normed outputMetricVectorSpace()
NormedRxToNormedRxFiniteoutputMetricVectorSpace in class NormedRxToNormedRxFinitepublic 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
NormedRxToNormedRxFiniteoperatorPopulationMetricNorm in class NormedRxToNormedRxFinitejava.lang.Exception - Thrown if the Operator Norm cannot be computedpublic double operatorPopulationSupremumNorm()
throws java.lang.Exception
NormedRxToNormedRxFiniteoperatorPopulationSupremumNorm in class NormedRxToNormedRxFinitejava.lang.Exception - Thrown if the Operator Population Supremum Norm cannot be computedpublic double operatorSampleMetricNorm(GeneralizedValidatedVector gvvi) throws java.lang.Exception
NormedRxToNormedRxFiniteoperatorSampleMetricNorm in class NormedRxToNormedRxFinitegvvi - The Validated Vector Space Instancejava.lang.Exception - Thrown if the Operator Norm cannot be computedpublic double operatorSampleSupremumNorm(GeneralizedValidatedVector gvvi) throws java.lang.Exception
NormedRxToNormedRxFiniteoperatorSampleSupremumNorm in class NormedRxToNormedRxFinitegvvi - The Validated Vector Space Instancejava.lang.Exception - Thrown if the Operator Sample Supremum Norm cannot be computed