public interface GeneralizedVector
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
|
boolean |
isPredictorBounded()
Indicate if the Predictor Variate Space is bounded from the Left and the Right
|
double |
leftEdge()
Retrieve the Left Edge
|
boolean |
match(GeneralizedVector gvsOther)
Compare against the "Other" Generalized Vector Space
|
double |
rightEdge()
Retrieve the Right Edge
|
boolean |
subset(GeneralizedVector gvsOther)
Indicate if the "Other" Generalized Vector Space is a Subset of "this"
|
double leftEdge()
double rightEdge()
Cardinality cardinality()
boolean match(GeneralizedVector gvsOther)
gvsOther
- The "Other" Generalized Vector Spaceboolean subset(GeneralizedVector gvsOther)
gvsOther
- The "Other" Generalized Vector Spaceboolean isPredictorBounded()
double hyperVolume() throws java.lang.Exception
java.lang.Exception
- Thrown if the Hyper Volume cannot be computed