public class R1Combinatorial extends R1CombinatorialVector implements R1Normed
| Constructor and Description |
|---|
R1Combinatorial(java.util.List<java.lang.Double> lsElementSpace,
R1 distR1,
int iPNorm)
R1Combinatorial Space Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
borelMeasureSpaceExpectation(R1ToR1 funcR1ToR1)
Compute the Borel Measure Expectation for the specified R^1 To R^1 Function over the full Input Space
|
R1 |
borelSigmaMeasure()
Retrieve the Borel Sigma R^1 Probability Measure
|
int |
pNorm()
Retrieve the P-Norm Index of the Metric Space
|
double |
populationMetricNorm()
Retrieve the Population Metric Norm
|
double |
populationMode()
Retrieve the Population Mode
|
double |
sampleMetricNorm(double dblX)
Compute the Metric Norm of the Sample
|
static R1Combinatorial |
Standard(java.util.List<java.lang.Double> lsElementSpace,
R1 distR1,
int iPNorm)
Construct the Standard l^p R^1 Combinatorial Space Instance
|
static R1Combinatorial |
Supremum(java.util.List<java.lang.Double> lsElementSpace,
R1 distR1)
Construct the Supremum (i.e., l^Infinity) R^1 Combinatorial Space Instance
|
cardinality, elementSpace, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subset, validateInstanceequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateInstancecardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subsetpublic R1Combinatorial(java.util.List<java.lang.Double> lsElementSpace,
R1 distR1,
int iPNorm)
throws java.lang.Exception
lsElementSpace - The List Space of ElementsdistR1 - The R^1 Borel Sigma MeasureiPNorm - The p-norm of the Spacejava.lang.Exception - Thrown if the Inputs are Invalidpublic static final R1Combinatorial Standard(java.util.List<java.lang.Double> lsElementSpace, R1 distR1, int iPNorm)
lsElementSpace - The List Space of ElementsdistR1 - The R^1 Borel Sigma MeasureiPNorm - The p-norm of the Spacepublic static final R1Combinatorial Supremum(java.util.List<java.lang.Double> lsElementSpace, R1 distR1)
lsElementSpace - The List Space of ElementsdistR1 - The R^1 Borel Sigma Measurepublic int pNorm()
GeneralizedMetricVectorSpacepNorm in interface GeneralizedMetricVectorSpacepublic R1 borelSigmaMeasure()
R1NormedborelSigmaMeasure in interface R1Normedpublic double sampleMetricNorm(double dblX)
throws java.lang.Exception
R1NormedsampleMetricNorm in interface R1NormeddblX - The Samplejava.lang.Exception - Thrown if the Inputs are Invalidpublic double populationMode()
throws java.lang.Exception
R1NormedpopulationMode in interface R1Normedjava.lang.Exception - Thrown if the Population Mode cannot be calculatedpublic double populationMetricNorm()
throws java.lang.Exception
GeneralizedMetricVectorSpacepopulationMetricNorm in interface GeneralizedMetricVectorSpacejava.lang.Exception - The Population Metric Norm cannot be computedpublic double borelMeasureSpaceExpectation(R1ToR1 funcR1ToR1) throws java.lang.Exception
R1NormedborelMeasureSpaceExpectation in interface R1NormedfuncR1ToR1 - R^1 To R^1 Function Instancejava.lang.Exception - Thrown if the Population Mode cannot be calculated