Serialized Form

  • Package cluster

    • Class cluster.ClusterGUI

      class ClusterGUI extends dialog.TabbedGUI implements Serializable
      serialVersionUID:
      131078L
      • Serialized Fields

        • centers
          JComboBox<String> centers
          the special modes for centers
        • clscnt
          JSpinner clscnt
          the number of clusters
        • conly
          JSpinner conly
          the number of epochs to update centers only
        • decay0
          JTextField decay0
          the learning rate decay for the cluster centers
        • decay1
          JTextField decay1
          the learning rate decay for the (co)variances
        • decay2
          JTextField decay2
          the learning rate decay for the cluster weights
        • epochs
          JSpinner epochs
          the maximum number of epochs
        • fn_cls
          JTextField fn_cls
          the name of the cluster model file
        • fn_dom
          JTextField fn_dom
          the name of the domain file
        • fn_exec
          JTextField fn_exec
          the name of the cluster file
        • fn_in
          JTextField fn_in
          the name of the table input file
        • fn_out
          JTextField fn_out
          the name of the table output file
        • fn_tab
          JTextField fn_tab
          the name of the table file
        • ftexp
          JTextField ftexp
          the feature weight exponent
        • growth
          JTextField growth
          the growth factor for learning rate or weight change
        • init
          JComboBox<String> init
          the initialization mode
        • irnorm
          JCheckBox irnorm
          the flag for normalized input ranges
        • joint
          JCheckBox joint
          the flag for joint shape/size parameters
        • lrate0
          JTextField lrate0
          the learning rate for the cluster centers
        • lrate1
          JTextField lrate1
          the learning rate for the (co)variances
        • lrate2
          JTextField lrate2
          the learning rate for the cluster weights
        • maxchg
          JTextField maxchg
          the maximal change of learning rate or weight change
        • modctr
          JCheckBox modctr
          the flag for applying the modifier only to centers
        • modif
          JComboBox<String> modif
          the parameter update modifier
        • moment
          JTextField moment
          the momentum term
        • msexp
          JTextField msexp
          the membership exponent for the data point weight
        • mship
          JTextField mship
          the name of the membership field
        • noise
          JTextField noise
          the membership to the noise cluster
        • norm
          JComboBox<String> norm
          the normalization mode
        • outfmt
          JTextField outfmt
          the output format for membership degrees
        • param0
          JTextField param0
          the radial function parameter 0
        • param1
          JTextField param1
          the radial function parameter 1
        • pred
          JTextField pred
          the name of the cluster index field
        • ptcnt
          JSpinner ptcnt
          the number of data points between updates
        • radial
          JComboBox<String> radial
          the radial function type
        • radius
          JTextField radius
          the initial cluster radius
        • range
          JTextField range
          the random offset range
        • regwgt
          JTextField regwgt
          the weight regularization parameter
        • rshape
          JTextField rshape
          the shape regularization parameter
        • rsize0
          JTextField rsize0
          the size regularization parameter 0
        • rsize1
          JTextField rsize1
          the size regularization parameter 1
        • rsize2
          JTextField rsize2
          the size regularization parameter 2
        • seed
          JTextField seed
          the seed for random numbers
        • shape
          JComboBox<String> shape
          the adaptable cluster shape (variances/covariances)
        • shrink
          JTextField shrink
          the shrink factor for learning rate or weight change
        • shuffle
          JCheckBox shuffle
          the flag for data point shuffling
        • size
          JCheckBox size
          the flag for adaptable size
        • target
          JTextField target
          the name of the target attribute
        • term
          JTextField term
          the maximum change for termination
        • trans0
          JTextField trans0
          the membership transformation parameter 0
        • trans1
          JTextField trans1
          the membership transformation parameter 1
        • uinteg
          JCheckBox uinteg
          the flag for normalization to unit integral
        • update
          JComboBox<String> update
          the parameter update method
        • weights
          JCheckBox weights
          the flag for adaptable weights
        • write
          JCheckBox write
          whether to write the field names to the first record