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