Vector Data Structure
Jump to navigation
Jump to search
A Vector Data Structure is a tuple data structure that can express a vector record.
- AKA: Real-Valued Data Record Set.
- Context:
- It can range from being a Fixed-Length Vector Representation to being a Dynamic-Length Vector Representation.
- It can be a Vector Representation (a data structure that represents a concept in the world).
- Example(s):
- a Python Vector, Scala Vector, Perl Vector, R Vector, ...
- …
- Counter-Example(s):
- See: Vector Space, Vector Point.