public class RdCombinatorialBall extends RdCombinatorialBanach
| Constructor and Description |
|---|
RdCombinatorialBall(R1CombinatorialVector[] aR1CV,
Rd distRd,
int iPNorm,
double dblNormRadius)
RdCombinatorialBall Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static RdCombinatorialBall |
ClosedUnit(R1CombinatorialVector[] aR1CV,
Rd distRd,
int iPNorm)
Construct a RdCombinatorialBall Instance of Unit Radius
|
double |
normRadius()
Retrieve the Radius Norm
|
boolean |
validateInstance(double[] adblInstance)
Validate the Input Instance
|
borelMeasureSpaceExpectation, borelSigmaMeasure, pNorm, populationMetricNorm, populationMode, populationSupremumNorm, sampleMetricNorm, sampleSupremumNormcardinality, hyperVolume, iterator, leftDimensionEdge, leftEdge, rightDimensionEdge, rightEdgedimension, isPredictorBounded, match, subset, vectorSpacesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdimension, leftDimensionEdge, rightDimensionEdge, vectorSpacescardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subsetpublic RdCombinatorialBall(R1CombinatorialVector[] aR1CV, Rd distRd, int iPNorm, double dblNormRadius) throws java.lang.Exception
aR1CV - Array of Combinatorial R^d Vector SpacesdistRd - The R^d 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 RdCombinatorialBall ClosedUnit(R1CombinatorialVector[] aR1CV, Rd distRd, int iPNorm)
aR1CV - Array of Combinatorial R^d Vector SpacesdistRd - The R^d Borel Sigma MeasureiPNorm - The p-norm of the Spacepublic double normRadius()
public boolean validateInstance(double[] adblInstance)
RdGeneralizedVectorvalidateInstance in interface RdGeneralizedVectorvalidateInstance in class RdAggregateadblInstance - The Input Instance