Vector Distance Metric
(Redirected from Vector Distance Function)
Jump to navigation
Jump to search
A Vector Distance Metric is a distance metric between two Vectors.
- Context:
- Input: Two or more Vectors (a Tuple-Input Function).
- Output: Mean Distance Value.
- It can be used as a:
- a String Distance Function, by mapping each string and underlying Base Corpus as Multisets. (however, it cannot handle the Word Semantic Challenge).
- a Document Distance Function, by mapping each Document and the underlying Base Corpus as Multisets.
- Example(s):
- Counter-Example(s):
- See: Word Vector Model.