Serialized Form

  • Package frida

    • Class frida.FrIDA

      class FrIDA extends JFrame implements Serializable
      serialVersionUID:
      65550L
      • Serialized Fields

        • about
          dialog.AboutDialog about
          the "About..." dialog box
        • arules
          fim.ARuleGUI arules
          the association rule mining tools
        • bayes
          bayes.BayesGUI bayes
          the Bayes classifier tools
        • chooser
          JFileChooser chooser
          the file chooser
        • cluster
          cluster.ClusterGUI cluster
          the fuzzy and probabilistic clustering tools
        • domains
          dialog.DomainsDialog domains
          the domains dialog box
        • dtree
          dtree.DTreeGUI dtree
          the decision and regression tree tools
        • fim
          fim.FIMGUI fim
          the frequent item set mining tools
        • fn_app
          JTextField fn_app
          the file name of the item appearances file
        • fn_dom
          JTextField fn_dom
          the file name of the domains file
        • fn_gra
          JTextField fn_gra
          the file name of the graphs input file
        • fn_ids
          JTextField fn_ids
          the file name of the identifier output file
        • fn_out
          JTextField fn_out
          the file name of the rules file
        • fn_sub
          JTextField fn_sub
          the file name of the substructure output file
        • fn_tab
          JTextField fn_tab
          the file name of the data table file
        • fn_test
          JTextField fn_test
          the file name of the test data file
        • fn_tra
          JTextField fn_tra
          the file name of the transactions file
        • format
          dialog.FormatDialog format
          the data format dialog box
        • graphs
          dialog.DialogPanel graphs
          the panel for graph data
        • mi_arules
          JMenuItem mi_arules
          the menu item for association rule mining
        • mi_bayes
          JMenuItem mi_bayes
          the menu item for Bayes classifiers
        • mi_cluster
          JMenuItem mi_cluster
          the menu item for fuzzy and probabilistic clustering
        • mi_domains
          JMenuItem mi_domains
          the menu item for the domains dialog
        • mi_dtree
          JMenuItem mi_dtree
          the menu item for decision trees
        • mi_fim
          JMenuItem mi_fim
          the menu item for frequent item set mining
        • mi_format
          JMenuItem mi_format
          the menu item for the format dialog
        • mi_mlp
          JMenuItem mi_mlp
          the menu item for multilayer perceptrons
        • mi_moss
          JMenuItem mi_moss
          the menu item for molecular substructure mining
        • mi_rbf
          JMenuItem mi_rbf
          the menu item for radial basis function networks
        • mi_regress
          JMenuItem mi_regress
          the menu item for multivariate polynomial regression
        • mlp
          mlp.MLPGUI mlp
          the multilayer perceptron tools
        • moss
          moss.MoSS moss
          the molecular substructure mining tools
        • pane
          JTabbedPane pane
          the main tabbed pane
        • path
          File path
          the path to the C programs
        • rbf
          rbf.RBFGUI rbf
          the radial basis function network tools
        • regress
          regress.RegGUI regress
          the multivariate polynomial regression tools
        • status
          JTextField status
          the status line (for messages)
        • table
          dialog.DialogPanel table
          the panel for tabular data
        • tools
          Component[] tools
          the array of tools
        • trans
          dialog.DialogPanel trans
          the panel for transaction data