


Show the options of the system tuning in the editbox in the main window
ShowTuningPreferences(etPreferences,options)
Show the options of the system tuning in the editbox in the main window
-------------------------------------------------------------------------
Parameters
-------------------------------------------------------------------------
etPreferences - handle to the editbox.
options - Options of the system tuning
options(1) - DecimalsNo
options(2) - Step coefficient
options(3) - SimilarityTreshold
Indicates the treshold value
below which two sets are merged in one. The
treshold is expressed in
proportion of the range of the actual input
variable. Its value is inside the interval [0,1].
options(4) - Number of iterations
options(5) - Info display during iteration
options(6) - Save FIS and info after each calculation step
options(7) - IncrementTreshold
Increase (double) step if PI changes more then
IncrementTreshold during an iteration
options(8) - DecrementTreshold
Decrease (halve) step if PI does not change more than
DecrementTreshold during an iteration
options(9) - Merge simlar sets after each iteration
options(10) - Merge similar rules after each iteration
options(11) - Plot PI
options(12) - Plot original and calculated data
options(13) - Tuning method type
1 - RBE-DSS
2 - RBE-SI
3 - ACP
4 - Simplex
options(14) - Performance index type
1 - MSE
2 - RMSE
3 - RMSEP
4 - R
5 - RR
6 - AD
7 - ADP
8 - SKL
9 - JDD Jensen Difference Divergence
options(15) - Stop the iteration when the performance index falls below this value
options(16) - Core width in percentage of the range
options(17) - Support width in percentage of the range
options(18) - Parameterization type
1 - breakpoints
2 - relative distances
3 - conserving Ruspini partition
4 - reference point
options(19) - Minimum step by the simplex method
-------------------------------------------------------------------------
Returned values
-------------------------------------------------------------------------
Remarks
-------------------------------------------------------------------------
Zsolt Csaba Johanyák, johanyak.csaba@gamf.kefo.hu, v. 1.4, 22 Oct 2008