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, waitleftDimensionEdge, rightDimensionEdgecardinality, hyperVolume, leftEdge, rightEdgepublic int dimension()
RdGeneralizedVectordimension in interface RdGeneralizedVectorpublic R1GeneralizedVector[] vectorSpaces()
RdGeneralizedVectorvectorSpaces in interface RdGeneralizedVectorpublic boolean validateInstance(double[] adblInstance)
RdGeneralizedVectorvalidateInstance in interface RdGeneralizedVectoradblInstance - The Input Instancepublic boolean match(GeneralizedVector gvOther)
GeneralizedVectormatch in interface GeneralizedVectorgvOther - The "Other" Generalized Vector Spacepublic boolean subset(GeneralizedVector gvOther)
GeneralizedVectorsubset in interface GeneralizedVectorgvOther - The "Other" Generalized Vector Spacepublic boolean isPredictorBounded()
GeneralizedVectorisPredictorBounded in interface GeneralizedVector