Research Article
A Clone Selection Based Real-Valued Negative Selection Algorithm
Algorithm 5
The process of clusters discovery algorithm.
Procedure. Clusters discovery algorithm | Input: the self training set Train | Output: cluster set Clusters= | Begin | While self is not belong to any cluster do | Generate a new cluster for ; | For other self in selves which are not classified do | If is neighbor to any element in cluster, then put into cluster; | End; | End; | End. |
|