One way to sparsify a proximity matrix is the following: For each object (row in the matrix), set all entries to 0 except for those corresponding to the objects k-nearest neighbors. However, the sparsified proximity matrix is typically not symmetric.

(a) If object a is among the k-nearest neighbors of object b, why is b not
guaranteed to be among the k-nearest neighbors of a?
(b) Suggest at least two approaches that could be used to make the sparsi-
fied proximity matrix symmetric.


(a) Consider a dense set of k+1 objects and another object, an outlier, that
is farther from any of the objects than they are from each other. None
of the objects in the dense set will have the outlier on their k-nearest
neighbor list, but the outlier will have k of the objects from the dense
set on its k-nearest neighbor list.
(b) One approach is to set the ijth entry to 0 if the jith entry is 0, or vice
versa. Another approach is to set the ijth entry to 1 if the jith entry is
1, or vice versa.

Computer Science & Information Technology

You might also like to view...

A router's wired _____ port can connect to a modem for Internet access.

A. uplink B. outlink C. inlink D. onlink

Computer Science & Information Technology

To protect your wireless network, you should disable the broadcast of its ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following indicates the most concise abbreviation of the IPv6 address FEFE:0000:0000:0000:0002:0000:0000:0001?

A. FEFE::2::1 B. FEFE::0002:0000:0000:0001 C. FEFE::2:0:0:1 D. FEFE:0:0:0:2:0:0:1 E. ::1

Computer Science & Information Technology

If you send the right message to the wrong object, Alice will automatically resend the message to the right object.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology