public interface RdGeneralizedVector extends GeneralizedVector
Modifier and Type | Method and Description |
---|---|
int |
dimension()
Retrieve the Dimension of the Space
|
double[] |
leftDimensionEdge()
Retrieve the Array of the Variate Left Edges
|
double[] |
rightDimensionEdge()
Retrieve the Array of the Variate Right Edges
|
boolean |
validateInstance(double[] adblInstance)
Validate the Input Instance
|
R1GeneralizedVector[] |
vectorSpaces()
Retrieve the Array of the Underlying R^1 Vector Spaces
|
cardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subset
int dimension()
R1GeneralizedVector[] vectorSpaces()
boolean validateInstance(double[] adblInstance)
adblInstance
- The Input Instancedouble[] leftDimensionEdge()
double[] rightDimensionEdge()