| |
| | DistAl Simulator |
 | | The DistAl algorithm was particularly interesting because, unlike many other Instance Based Learning approaches, DistAl only computes inter-pattern distances once, resulting in improved time efficiency. |
 | | Implements the DistAl algorithm as described by Yang, Parekh, and Honavar. |
 | | Specifically, you would alter the train method in DistAl to build the distance matrix (using only Comparable attributes, not necessarily all the attributes in the feature vector), ensure that the sort on the DistanceABMatrix correctly sorts by a priori class, and look for class clusters in the columns. |
| sean-janus.optionpc.com /truman/summer-research/software/distal-sim.html (791 words) |
|