public class RdContinuousVector extends RdAggregate
| Constructor and Description |
|---|
RdContinuousVector(R1ContinuousVector[] aR1CV)
RdContinuousVector Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
cardinality()
Retrieve the Cardinality of the Vector Space
|
double |
hyperVolume()
Retrieve the "Hyper" Volume of the Vector Space
|
double[] |
leftDimensionEdge()
Retrieve the Array of the Variate Left Edges
|
double |
leftEdge()
Retrieve the Left Edge
|
double[] |
rightDimensionEdge()
Retrieve the Array of the Variate Right Edges
|
double |
rightEdge()
Retrieve the Right Edge
|
static RdContinuousVector |
Standard(int iDimension)
Construct the RdContinuousVector Instance
|
dimension, isPredictorBounded, match, subset, validateInstance, vectorSpacespublic RdContinuousVector(R1ContinuousVector[] aR1CV) throws java.lang.Exception
aR1CV - Array of the Continuous R^1 Vector Spacesjava.lang.Exception - Thrown if the Inputs are Invalidpublic static final RdContinuousVector Standard(int iDimension)
iDimension - The Space Dimensionpublic double[] leftDimensionEdge()
RdGeneralizedVectorpublic double[] rightDimensionEdge()
RdGeneralizedVectorpublic Cardinality cardinality()
GeneralizedVectorpublic double leftEdge()
GeneralizedVectorpublic double rightEdge()
GeneralizedVectorpublic double hyperVolume()
throws java.lang.Exception
GeneralizedVectorjava.lang.Exception - Thrown if the Hyper Volume cannot be computed