Package org.drip.spaces.instance
Class ValidatedRd
java.lang.Object
org.drip.spaces.instance.ValidatedRd
- All Implemented Interfaces:
GeneralizedValidatedVector
- Direct Known Subclasses:
ValidatedRdCombinatorial,ValidatedRdContinuous
public class ValidatedRd extends java.lang.Object implements GeneralizedValidatedVector
ValidatedRd holds the Validated Rd Vector Instance Sequence and the Corresponding
Generalized Vector Space Type. The Reference we've used is:
- Carl, B., and I. Stephani (1990): Entropy, Compactness, and the Approximation of Operators Cambridge University Press Cambridge UK
- ValidatedRd Constructor
- Retrieve the Instance Sequence
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description ValidatedRd(RdGeneralizedVector rdGeneralizedVector, double[][] instanceGrid)ValidatedRd Constructor -
Method Summary
Modifier and Type Method Description double[][]instance()Retrieve the Instance SequenceintsampleSize()Retrieve the Sample SizeRdGeneralizedVectortensorSpaceType()Retrieve the Generalized Tensor Space TypeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ValidatedRd
public ValidatedRd(RdGeneralizedVector rdGeneralizedVector, double[][] instanceGrid) throws java.lang.ExceptionValidatedRd Constructor- Parameters:
rdGeneralizedVector- The Rd Tensor Space TypeinstanceGrid- The Data Instance- Throws:
java.lang.Exception- Thrown if the Inputs are Invalid
-
-
Method Details
-
tensorSpaceType
Description copied from interface:GeneralizedValidatedVectorRetrieve the Generalized Tensor Space Type- Specified by:
tensorSpaceTypein interfaceGeneralizedValidatedVector- Returns:
- The Generalized Tensor Space Type
-
instance
public double[][] instance()Retrieve the Instance Sequence- Returns:
- The Instance Sequence
-
sampleSize
public int sampleSize()Description copied from interface:GeneralizedValidatedVectorRetrieve the Sample Size- Specified by:
sampleSizein interfaceGeneralizedValidatedVector- Returns:
- The Sample Size
-