public class ValidatedRd extends java.lang.Object implements GeneralizedValidatedVector
| Constructor and Description |
|---|
ValidatedRd(RdGeneralizedVector gvRd,
double[][] aadblInstance)
ValidatedRd Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double[][] |
instance()
Retrieve the Instance Sequence
|
int |
sampleSize()
Retrieve the Sample Size
|
RdGeneralizedVector |
tensorSpaceType()
Retrieve the Generalized Tensor Space Type
|
public ValidatedRd(RdGeneralizedVector gvRd, double[][] aadblInstance) throws java.lang.Exception
gvRd - The R^d Tensor Space TypeaadblInstance - The Data Instancejava.lang.Exception - Thrown if the Inputs are Invalidpublic RdGeneralizedVector tensorSpaceType()
GeneralizedValidatedVectortensorSpaceType in interface GeneralizedValidatedVectorpublic double[][] instance()
public int sampleSize()
GeneralizedValidatedVectorsampleSize in interface GeneralizedValidatedVector