TOPICS
Search

Feature Vector


A feature vector is an ordered collection of measurements used to represent an observation for statistical analysis or pattern recognition. It is commonly written

 x=(x_1,...,x_d)

as a point in a d-dimensional feature space, where each component x_i is a feature such as a measured quantity, category, or derived descriptor. Feature vectors make observations suitable as inputs to procedures such as classification, cluster analysis, and regression.

A feature vector may contain measurements taken directly from the observation or values produced by feature extraction. For example, an image can be represented by its raw pixel values or by a shorter vector of edges, textures, or coordinates obtained by principal component analysis.


See also

Classification, Cluster Analysis, Feature Extraction, Pattern Recognition, Vector

Explore with Wolfram|Alpha

References

Bishop, C. M. Pattern Recognition and Machine Learning. New York: Springer, 2006.

Cite this as:

Weisstein, Eric W. "Feature Vector." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/FeatureVector.html

Subject classifications