Package org.drip.spaces.tensor
Class BinaryBooleanVector
java.lang.Object
org.drip.spaces.tensor.R1CombinatorialVector
org.drip.spaces.tensor.BinaryBooleanVector
- All Implemented Interfaces:
GeneralizedVector
,R1GeneralizedVector
public class BinaryBooleanVector extends R1CombinatorialVector
BinaryBooleanVector implements the normed/non-normed Binary/Boolean Combinatorial Vector Spaces. It
provides the following Functionality:
- Binary/Boolean Space "UP"
- Binary/Boolean Space "DOWN"
- Construct the Standard Binary Boolean Vector Space
- Author:
- Lakshmi Krishnamurthy
-
Field Summary
-
Method Summary
Modifier and Type Method Description static BinaryBooleanVector
Standard()
Construct the Standard Binary Boolean Vector SpaceMethods inherited from class org.drip.spaces.tensor.R1CombinatorialVector
cardinality, elementSpace, hyperVolume, isPredictorBounded, leftEdge, match, rightEdge, subset, validateInstance
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BBV_UP
public static final short BBV_UPBinary/Boolean Space "UP"- See Also:
- Constant Field Values
-
BBV_DOWN
public static final short BBV_DOWNBinary/Boolean Space "DOWN"- See Also:
- Constant Field Values
-
-
Method Details
-
Standard
Construct the Standard Binary Boolean Vector Space- Returns:
- The Standard Binary Boolean Vector Space
-