d*******1 发帖数: 293 | 1 I have a series of string with same length. for example: "abcdeefgre" and "
deseesedge"
I want to find and classify similar string using cluster analysis. In this
case, I want to compare string based on the char on same position. If there
are same character, then = 1. Otherwise, = 0.
I can use sum of square to represent the distance between two string.
With this method, how can I use cluster analysis to do it in SAS? or I
should write a program by myself. |
|