public class R1CombinatorialBall extends R1Combinatorial
Constructor and Description |
---|
R1CombinatorialBall(java.util.List<java.lang.Double> lsElementSpace,
R1 distR1,
int iPNorm,
double dblNormRadius)
R1CombinatorialBall Constructor
|
Modifier and Type | Method and Description |
---|---|
static R1CombinatorialBall |
ClosedUnit(java.util.List<java.lang.Double> lsElementSpace,
R1 distR1,
int iPNorm)
Construct a R1CombinatorialBall Instance of Unit Radius
|
double |
normRadius()
Retrieve the Radius Norm
|
boolean |
validateInstance(double dblInstance)
Validate the Input Instance Ordinate
|
borelMeasureSpaceExpectation, borelSigmaMeasure, pNorm, populationMetricNorm, populationMode, sampleMetricNorm, Standard, Supremum
cardinality, elementSpace, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subset
public R1CombinatorialBall(java.util.List<java.lang.Double> lsElementSpace, R1 distR1, int iPNorm, double dblNormRadius) throws java.lang.Exception
lsElementSpace
- The List Space of ElementsdistR1
- The R^1 Borel Sigma MeasureiPNorm
- The p-norm of the SpacedblNormRadius
- Radius Norm of the Unit Balljava.lang.Exception
- Thrown if the Inputs are Invalidpublic static final R1CombinatorialBall ClosedUnit(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 double normRadius()
public boolean validateInstance(double dblInstance)
R1GeneralizedVector
validateInstance
in interface R1GeneralizedVector
validateInstance
in class R1CombinatorialVector
dblInstance
- The Input Instance Ordinate