proximity measure

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

similarity

numerical measure of the degree to which two objects are alike

2
New cards

dissimilarity

another alternative or opposite measure of the degree to which objects are different

3
New cards

proximity

both dissimilarity and similarity are also termed as _, ranges from zero to come finite or infinite value

4
New cards

distance

synonym or special case for dissimilarity; estimate similarity between two objects defined with interval-scaled attributes

5
New cards

similarity measure

higher when objects are more alike

6
New cards

dissimilarity measure

lower when objects are more alike, minimum dissimilarity is often 0 and upper limit varies

7
New cards

binary

for nominal variables, measures are _, indicating whether two values are equal or not

8
New cards

1

similarity value is _ if the two objects contains the same attribute value

9
New cards

0

similarity value is _ implies objects are not at all similar

10
New cards

proximity calculation for nominal data

knowt flashcard image
11
New cards

symmetric binary coefficient

knowt flashcard image
12
New cards

asymmetric binary or jaccard coefficient

knowt flashcard image
13
New cards

minkowski disatnce

generalization of euclidean and manhattan distance, identity condition, order is not important, triangle inequality

14
New cards

triangle inequality

the least distance between objects x and z is always less than or equal to the sum of the distance between objects x and y, and between y and z

15
New cards

manhattan distance

sum of the absolute value of the difference between x and y, also known as taxicals metric, city-block metric

16
New cards

hamming distance

special instance of manhattan distance when values are either 0 or 1 (binary vectors)

17
New cards

euclidean distance

square root of the sum of the squared difference of x and y

18
New cards

chebychev distance

maximum absolute value between the differences of x and y

19
New cards

numerical data normalization

knowt flashcard image
20
New cards

ordinal data normalization

knowt flashcard image
21
New cards

cosine similarity

essentially a measure of the (_ of the) angle between x and y

22
New cards

similar vectors

angle close to 0, cosine close to 1

<p>angle close to 0, cosine close to 1</p>
23
New cards

orthogonal vectors

angle close to 90, cosine close to 0

<p>angle close to 90, cosine close to 0</p>
24
New cards

opposite vectors

angle close to 180, cosine close to -1

<p>angle close to 180, cosine close to -1</p>