public abstract class NormedRxToNormedR1
extends java.lang.Object
| Constructor and Description |
|---|
NormedRxToNormedR1() |
| Modifier and Type | Method and Description |
|---|---|
abstract GeneralizedMetricVectorSpace |
inputMetricVectorSpace()
Retrieve the Input Metric Vector Space
|
abstract R1Normed |
outputMetricVectorSpace()
Retrieve the Output Metric Vector Space
|
double |
populationCoveringNumber(double dblCover)
Retrieve the Population Covering Number
|
abstract double |
populationESS()
Retrieve the Population ESS (Essential Spectrum)
|
abstract double |
populationMetricNorm()
Retrieve the Population Metric Norm
|
double |
populationSupremumCoveringNumber(double dblCover)
Retrieve the Population Supremum Covering Number
|
double |
populationSupremumMetricNorm()
Retrieve the Population Supremum Metric Norm
|
double |
sampleCoveringNumber(GeneralizedValidatedVector gvvi,
double dblCover)
Retrieve the Sample Covering Number
|
abstract double |
sampleMetricNorm(GeneralizedValidatedVector gvvi)
Retrieve the Sample Metric Norm
|
double |
sampleSupremumCoveringNumber(GeneralizedValidatedVector gvvi,
double dblCover)
Retrieve the Sample Supremum Covering Number
|
abstract double |
sampleSupremumNorm(GeneralizedValidatedVector gvvi)
Retrieve the Sample Supremum Norm
|
public abstract GeneralizedMetricVectorSpace inputMetricVectorSpace()
public abstract R1Normed outputMetricVectorSpace()
public abstract double sampleSupremumNorm(GeneralizedValidatedVector gvvi) throws java.lang.Exception
gvvi - The Validated Vector Space Instancejava.lang.Exception - Thrown if the Supremum Norm cannot be computedpublic abstract double sampleMetricNorm(GeneralizedValidatedVector gvvi) throws java.lang.Exception
gvvi - The Validated Vector Space Instancejava.lang.Exception - Thrown if the Sample Metric Norm cannot be computedpublic double sampleCoveringNumber(GeneralizedValidatedVector gvvi, double dblCover) throws java.lang.Exception
gvvi - The Validated Vector Space InstancedblCover - The Coverjava.lang.Exception - Thrown if the Sample Covering Number cannot be computedpublic double sampleSupremumCoveringNumber(GeneralizedValidatedVector gvvi, double dblCover) throws java.lang.Exception
gvvi - The Validated Vector Space InstancedblCover - The Coverjava.lang.Exception - Thrown if the Sample Covering Number cannot be computedpublic abstract double populationESS()
throws java.lang.Exception
java.lang.Exception - Thrown if the Population ESS (Essential Spectrum) cannot be computedpublic abstract double populationMetricNorm()
throws java.lang.Exception
java.lang.Exception - Thrown if the Population Metric Norm cannot be computedpublic double populationSupremumMetricNorm()
throws java.lang.Exception
java.lang.Exception - Thrown if the Population Supremum Metric Norm cannot be computedpublic double populationCoveringNumber(double dblCover)
throws java.lang.Exception
dblCover - The Coverjava.lang.Exception - Thrown if the Population Covering Number cannot be computedpublic double populationSupremumCoveringNumber(double dblCover)
throws java.lang.Exception
dblCover - The Coverjava.lang.Exception - Thrown if the Population Supremum Covering Number cannot be computed