


Show the options of the clustering in the editbox in the main window
ShowClusteringPreferences(etPreferences,options)
Show the options of the clustering in the editbox in the main window
-------------------------------------------------------------------------
Parameters
-------------------------------------------------------------------------
etPreferences - handle to the editbox.
options - column vector containing parameters of the clustering
options(1): exponent for the partition matrix U (default: 2.0)
options(2): maximum number of iterations (default: 100)
options(3): minimum amount of improvement (default: 1e-5)
options(4): info display during iteration (default: 1)
options(5): FS index plotting (default: 1)
options(6): indicates whether cluster merging should be done
options(7): indicates whether the clusters
should be plotted
options(8): indicates whether the approximated trapezoids
should be plotted
options(9): indicates whether the number of clusters can be reduced to
1 during cluster merging
options(10): similarity treshold for set merging (default:
0.05)
options(11): fuzzy index for the calculation of the FS index
(default: 2)
options(12): cut level for the approximation of the trapezoids
(default: 0.85)
options(13): info display during optimal cluster number determination
(default: 0)
options(14): maximum number of clusters (default: 7)
options(15): number of decimals (default: 2)
options(16): initialization mode of the memebership matrix by
FCM (default: 0('deterministic'))
options(17): Treshold for the examination ofthe identity of
two cluster centers expressed in percentage of the
range of the actual linguistic variable
(default: 0.5)
-------------------------------------------------------------------------
Returned values
-------------------------------------------------------------------------
Remarks
-------------------------------------------------------------------------
Zsolt Csaba Johanyák, johanyak.csaba@gamf.kefo.hu, v. 1.1, 26. February
2007