[Master Index]
[Index for export/lyngby]
lyngby_ui_ikm_init
(export/lyngby/lyngby_ui_ikm_init.m)
Function Synopsis
lyngby_ui_ikm_init(command,parameter1)
Help text
lyngby_ui_ikm_init - GUI for Iterative K-means initialization
function lyngby_ui_ikm_init(command,parameter1)
function lyngby_ui_ikm_init
This function controls the window that allows you to choose
the parameters used for "Iterative K-means". The global
variables in lyngby_ikm_global is setup.
- Type: Whether the median or the mean of the cluster members
is used to determine the next iterative cluster center.
- Clusters (>1): A list of number of clusters
- Runs: How many times the algorithm is run for each specific
value of 'number of clusters'.
- Decay rate (between 0 and 1): The weight between the
cluster center in the previous iteration and the new
estimate of the cluster center. (This will regularize the
performance). A value of zero will only use new estimate.
- Iterations (>0) : Number of iterations before the
algorithm is stopped.
See also LYNGBY, LYNGBY_IKM_MAIN, LYNGBY_UI_MAIN,
LYNGBY_UI_KM_INIT, LYNGBY_IKM_GLOBAL.
$Id: lyngby_ui_ikm_init.m,v 1.2 2003/02/03 17:45:41 fnielsen Exp $
Cross-Reference Information
This function calls
This function is called by
Produced by mat2html on Wed Jul 29 15:43:40 2009
Cross-Directory links are: OFF