public abstract class RdAggregate extends java.lang.Object implements RdGeneralizedVector
Modifier and Type | Method and Description |
---|---|
int |
dimension()
Retrieve the Dimension of the Space
|
boolean |
isPredictorBounded()
Indicate if the Predictor Variate Space is bounded from the Left and the Right
|
boolean |
match(GeneralizedVector gvOther)
Compare against the "Other" Generalized Vector Space
|
boolean |
subset(GeneralizedVector gvOther)
Indicate if the "Other" Generalized Vector Space is a Subset of "this"
|
boolean |
validateInstance(double[] adblInstance)
Validate the Input Instance
|
R1GeneralizedVector[] |
vectorSpaces()
Retrieve the Array of the Underlying R^1 Vector Spaces
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
leftDimensionEdge, rightDimensionEdge
cardinality, hyperVolume, leftEdge, rightEdge
public int dimension()
RdGeneralizedVector
dimension
in interface RdGeneralizedVector
public R1GeneralizedVector[] vectorSpaces()
RdGeneralizedVector
vectorSpaces
in interface RdGeneralizedVector
public boolean validateInstance(double[] adblInstance)
RdGeneralizedVector
validateInstance
in interface RdGeneralizedVector
adblInstance
- The Input Instancepublic boolean match(GeneralizedVector gvOther)
GeneralizedVector
match
in interface GeneralizedVector
gvOther
- The "Other" Generalized Vector Spacepublic boolean subset(GeneralizedVector gvOther)
GeneralizedVector
subset
in interface GeneralizedVector
gvOther
- The "Other" Generalized Vector Spacepublic boolean isPredictorBounded()
GeneralizedVector
isPredictorBounded
in interface GeneralizedVector