Package org.drip.spaces.tensor
Interface R1GeneralizedVector
- All Superinterfaces:
GeneralizedVector
- All Known Subinterfaces:
R1Normed
- All Known Implementing Classes:
BinaryBooleanVector
,R1Combinatorial
,R1CombinatorialBall
,R1CombinatorialVector
,R1Continuous
,R1ContinuousBall
,R1ContinuousVector
public interface R1GeneralizedVector extends GeneralizedVector
R1GeneralizedVector exposes the basic Properties of the General R1 Vector Space.
- Validate the Input Instance Ordinate
- Author:
- Lakshmi Krishnamurthy
-
Method Summary
Modifier and Type Method Description boolean
validateInstance(double instance)
Validate the Input Instance OrdinateMethods inherited from interface org.drip.spaces.tensor.GeneralizedVector
cardinality, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subset
-
Method Details
-
validateInstance
boolean validateInstance(double instance)Validate the Input Instance Ordinate- Parameters:
instance
- The Input Instance Ordinate- Returns:
- TRUE - Instance Ordinate is a Valid Entry in the Space
-