usecase: Classify

public usecase: Classify
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 9.12.2005 16:20:49; Modified: 14.12.2005 8:25:11;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9DE53633-FF4A-48cc-AB1D-1A3B206C9380}
 

Goto: Scenarios

See also: User

Appears in: UC Classification

Connections
 
Classify Scenarios
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.