Serialized Form

  • Package rbf

    • Class rbf.RBFGUI

      class RBFGUI extends dialog.TabbedGUI implements Serializable
      serialVersionUID:
      65540L
      • Serialized Fields

        • clscnt
          JSpinner clscnt
          the number of hidden neurons/clusters
        • conf
          JTextField conf
          the name of the confidence field
        • decay
          JTextField decay
          the weight decay factor
        • epochs
          JSpinner epochs
          the maximum number of epochs
        • fn_dom
          JTextField fn_dom
          the name of the domain file
        • fn_exec
          JTextField fn_exec
          the name of the network 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_rbf
          JTextField fn_rbf
          the name of the network file
        • fn_tab
          JTextField fn_tab
          the name of the table file
        • 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 mormalized input ranges
        • 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 output weights
        • maxchg
          JTextField maxchg
          the maximal change of learning rate or weight change
        • minchg
          JTextField minchg
          the minimal change of learning rate or weight change
        • moment
          JTextField moment
          the momentum term
        • param0
          JTextField param0
          the radial function parameter 0
        • param1
          JTextField param1
          the radial function parameter 1
        • pred
          JTextField pred
          the name of the prediction 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
        • 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
        • uinteg
          JCheckBox uinteg
          the flag for normalization to unit integral
        • update
          JComboBox<String> update
          the parameter update method
        • write
          JCheckBox write
          whether to write the field names to the first record