Usually referring to terms, the process of giving
emphasis to the parameters for more important terms. In a vector space model, this is applied to the features of each
vector. A popular
weighting scheme is TF*IDF. Other
possible
schemes are Boolean (1 if the term appears, 0 if not), or by term frequency
alone. In a vector model, the weights are sometimes normalized to sum to 1,
or by dividing by the square root of the sum of their squares.
References
Faloutsos and Oard, "A Survey of
Information Retrieval and Filtering
Methods"
Salton and McGill, Introduction to Modern Information Retrieval,
McGraw-Hill, 1983