Scenario |
Type |
Detail |
Classify |
Basic Path |
Opens a dialog, where user set name of new version. If user set name, classified data will save to new table, that contains all columns as table, from is generating, but has one more column, where are numbers of cluster, that vector belongs to.
If user don't do clustering on networks, all vectors from table will belongs to one cluster with number -1. It signalized, that there user didn't do clustering on network.
For classify is used SOMForm.SaveClasifiedData() function. |
Incopatible dimensions of input network vector and selected vector from table |
Alternate |
Befor running classify algorihtm, dimension of vector that network desired and dimension of vector that user select (number of numerical column, that user select for training and classification in SetColumnDialog) is checked . If dimension is not compatible, clustering will stoped and user see message box where is explained, why classifing can't process. |
|