nnlink_K {gTests} | R Documentation |
Construct similarity graph by k-NNL
Description
This function provides the edges of the similarity graph constructed by k-NNL.
Usage
nnlink_K(distance,K)
Arguments
distance |
A K by K matrix, which is the distance matrix on the distinct values and K is the number of distinct values with at least one observation in either group. |
K |
Set the value of k in "k-NNL" to construct the similarity graph. |
Value
E |
An edge matrix representing a similarity graph on the distinct values with the number of edges in the similarity graph being the number of rows and 2 columns. Each row records the subject indices of the two ends of an edge in the similarity graph. |
See Also
[Package gTests version 0.2 Index]