Serialized Form

  • Package bayes

    • Class bayes.BayesGUI

      class BayesGUI extends dialog.TabbedGUI implements Serializable
      serialVersionUID:
      65542L
      • Serialized Fields

        • balance
          JComboBox<String> balance
          whether to balance the class frequencies
        • conf
          JTextField conf
          the name of the confidence field
        • distrib
          JCheckBox distrib
          whether to distribute the weight of null values
        • fn_bc
          JTextField fn_bc
          the name of the Bayes classifier file
        • fn_dom
          JTextField fn_dom
          the name of the domains file
        • fn_exec
          JTextField fn_exec
          the name of the multilayer perceptron 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/pattern file
        • full
          boolean full
          the flag for a full classifier
        • labels
          JLabel[] labels
          the labels that can be disabled in the tab
        • laplace
          JTextField laplace
          the Laplace correction
        • lim
          JTextField lim
          the limit value for a Tikhonov regularization
        • pred
          JTextField pred
          the name of the prediction field
        • reg
          JTextField reg
          the initial value for a Tikhonov regularization
        • simp
          JComboBox<String> simp
          the simplification strategy
        • target
          JTextField target
          the name of the target attribute
        • thresh
          JTextField thresh
          the classification threshold (binary target)
        • type
          JComboBox<String> type
          the classifier type
        • write
          JCheckBox write
          whether to write the field names to the first record