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, Supremumcardinality, elementSpace, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subsetpublic 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)
R1GeneralizedVectorvalidateInstance in interface R1GeneralizedVectorvalidateInstance in class R1CombinatorialVectordblInstance - The Input Instance Ordinate