Vektorrepresentation
Vektorrepresentation, or vector representation, is the expression of an object as an element of a vector space using a coordinate vector or a set of features. In mathematics, a vector is an ordered n-tuple that can be added to and scaled by scalars; the specific coordinates depend on the chosen basis for the space.
A vector can be written as v = sum_i c_i b_i, where B = {b1, ..., bn} is a basis
In computer science and data analysis, objects are often represented as vectors of numbers, called feature
Vector representations enable standard operations: addition, scalar multiplication, inner products, norms, and distance measures, as well
Applications span similarity search, clustering, regression, and dimensionality reduction. The choice of representation influences algorithm performance