public class R1ContinuousBall extends R1Continuous
| Constructor and Description |
|---|
R1ContinuousBall(double dblLeftEdge,
double dblRightEdge,
R1 distR1,
int iPNorm,
double dblNormRadius)
R1ContinuousBall Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static R1ContinuousBall |
ClosedUnit(double dblLeftEdge,
double dblRightEdge,
R1 distR1,
int iPNorm)
Construct a R1ContinuousBall 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, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, Standard, subsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subsetpublic R1ContinuousBall(double dblLeftEdge,
double dblRightEdge,
R1 distR1,
int iPNorm,
double dblNormRadius)
throws java.lang.Exception
dblLeftEdge - The Left EdgedblRightEdge - The Right EdgedistR1 - 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 R1ContinuousBall ClosedUnit(double dblLeftEdge, double dblRightEdge, R1 distR1, int iPNorm)
dblLeftEdge - The Left EdgedblRightEdge - The Right EdgedistR1 - 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 R1ContinuousVectordblInstance - The Input Instance Ordinate