public class RdCombinatorialVector extends RdAggregate
Constructor and Description |
---|
RdCombinatorialVector(R1CombinatorialVector[] aR1CV)
RdCombinatorialVector 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
|
RdSpanningCombinatorialIterator |
iterator()
Retrieve the Multidimensional Iterator associated with the Underlying 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
|
dimension, isPredictorBounded, match, subset, validateInstance, vectorSpaces
public RdCombinatorialVector(R1CombinatorialVector[] aR1CV) throws java.lang.Exception
aR1CV
- Array of the Underlying R^1 Combinatorial Vector Spacesjava.lang.Exception
- Thrown if the Inputs are Invalidpublic Cardinality cardinality()
GeneralizedVector
public RdSpanningCombinatorialIterator iterator()
public double[] leftDimensionEdge()
RdGeneralizedVector
public double[] rightDimensionEdge()
RdGeneralizedVector
public double leftEdge()
GeneralizedVector
public double rightEdge()
GeneralizedVector
public double hyperVolume() throws java.lang.Exception
GeneralizedVector
java.lang.Exception
- Thrown if the Hyper Volume cannot be computed