|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package ace |
---|
Class ace.CommandLine extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String classifier_type
java.lang.String save_file
java.lang.String feature_selector
boolean order_randomly
double max_spread
double max_membership
boolean save_intermediate_arffs
java.lang.String project_path
java.lang.String load_zip
java.lang.String taxonomy_file
java.lang.String feature_key_file
java.lang.String classifications_file
java.lang.String[] feature_vector_files
java.lang.String arff_file
boolean train
java.lang.String testing_to_load_classifiers_file
java.lang.String cross_validation_string
java.lang.String experimentation_string
boolean verbose
java.lang.String zip_file
java.lang.String file_type
boolean unzip
java.lang.String[] dozip
java.lang.String zip_add
java.lang.String zip_extract
java.lang.String zip_directory
Package ace.datatypes |
---|
Class ace.datatypes.DataBoard extends java.lang.Object implements Serializable |
---|
serialVersionUID: 5L
Serialized Fields |
---|
Taxonomy taxonomy
May be null if clustering algorithms are to be used or if the taxonomy is to be derived from the model_classifications field.
FeatureDefinition[] feature_definitions
May be null if the feature_vectors have sufficient self-contained infromation, although this is not recommended.
DataSet[] feature_vectors
In general, these should be taken in conjunction with feature_definitions in order to minimize storage space and processing overhead.
SegmentedClassification[] model_classifications
Class names should correspond with those in the taxonomy field. Instances should correspond to those in the feature_vectors field.
May be null if clustering algorithms are to be used of if this DataBoard is being used to classify novel patterns with already trained classifiers.
Class ace.datatypes.DataSet extends java.lang.Object implements Serializable |
---|
serialVersionUID: 3L
Serialized Fields |
---|
java.lang.String identifier
DataSet[] sub_sets
double start
double stop
double[][] feature_values
java.lang.String[] feature_names
DataSet parent
Class ace.datatypes.FeatureDefinition extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2L
Serialized Fields |
---|
java.lang.String name
java.lang.String description
boolean is_sequential
int dimensions
Class ace.datatypes.SegmentedClassification extends java.lang.Object implements Serializable |
---|
serialVersionUID: 4L
Serialized Fields |
---|
java.lang.String identifier
java.lang.String[] classifications
java.lang.String[] misc_info_info
java.lang.String[] misc_info_key
java.lang.String role
SegmentedClassification[] sub_classifications
double start
double stop
Class ace.datatypes.Taxonomy extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
javax.swing.tree.DefaultTreeModel taxonomy
Class ace.datatypes.TrainedModel extends java.lang.Object implements Serializable |
---|
serialVersionUID: 100L
Serialized Fields |
---|
weka.classifiers.Classifier classifier
weka.attributeSelection.AttributeSelection attribute_selector
weka.core.Attribute class_attribute
Package ace.gui |
---|
Class ace.gui.ClassificationSettingsPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
MainGUIFrame parent
Class ace.gui.ExperimentationPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
MainGUIFrame parent
Class ace.gui.FeatureDefinitionsPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
MainGUIFrame parent
javax.swing.JTable features_table
javax.swing.JPanel features_display_panel
javax.swing.JPanel button_panel
javax.swing.JScrollPane features_display_scroll_pane
javax.swing.JTextField status_bar
javax.swing.JButton view_feature_descriptions_button
javax.swing.JButton add_feature_definition_button
javax.swing.JButton delete_feature_definitions_button
javax.swing.JButton load_features_definitions_button
javax.swing.JButton save_features_definitions_button
javax.swing.JButton save_features_definitions_as_button
Class ace.gui.FeatureDefinitionsTableModel extends javax.swing.table.DefaultTableModel implements Serializable |
---|
Class ace.gui.GUIPreferencesPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
MainGUIFrame parent
Class ace.gui.InstancesPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
MainGUIFrame parent
javax.swing.JTable instances_table
javax.swing.JPanel instances_display_panel
javax.swing.JPanel button_panel
javax.swing.JScrollPane instances_display_scroll_pane
javax.swing.JTextField status_bar
javax.swing.JButton load_classification_button
javax.swing.JButton load_feature_vectors_button
javax.swing.JButton save_classification_button
javax.swing.JButton save_feature_vectors_button
javax.swing.JButton save_as_classification_button
javax.swing.JButton save_as_feature_vectors_button
javax.swing.JButton add_instance_button
javax.swing.JButton delete_instance_button
javax.swing.JCheckBox display_feature_values_checkbox
javax.swing.JCheckBox show_misc_info_checkbox
boolean display_meta_data
boolean display_feature_values
Class ace.gui.InstancesTableModel extends javax.swing.table.DefaultTableModel implements Serializable |
---|
Serialized Fields |
---|
boolean display_meta_data
boolean display_feature_values
boolean has_sections
Class ace.gui.MainGUIFrame extends javax.swing.JFrame implements Serializable |
---|
Serialized Fields |
---|
DataBoard data_board
Project project
java.util.LinkedList<E> temp_files
boolean project_previously_loaded
boolean zipfile_loaded
ProjectFilesDialogBox project_files_dialog_box
TaxonomyPanel taxonomy_panel
InstancesPanel instances_panel
FeatureDefinitionsPanel feature_definitions_panel
GUIPreferencesPanel gui_preferences_panel
ClassificationSettingsPanel classification_settings_panel
ExperimentationPanel experimentation_panel
mckay.utilities.gui.templates.HelpDialog help_dialog
javax.swing.JTabbedPane tabbed_pane
java.awt.Container content_pane
javax.swing.JMenuBar menu_bar
javax.swing.JMenu file_menu
javax.swing.JMenu help_menu
javax.swing.JMenuItem load_configuration_files_menu_item
javax.swing.JMenuItem save_project_menu_item
javax.swing.JMenuItem save_project_paths_menu_item
javax.swing.JMenuItem about_menu_item
javax.swing.JMenuItem view_manual_menu_item
javax.swing.JMenuItem quit_menu_item
javax.swing.JMenuItem load_zip_item
Class ace.gui.ProjectFilesDialogBox extends javax.swing.JFrame implements Serializable |
---|
Serialized Fields |
---|
java.lang.String project_path
java.lang.String zip_path
boolean use_arff_rather_than_ace_xml
MainGUIFrame parent
java.lang.String current_directory
javax.swing.JTextField project_field
javax.swing.JTextField arff_field
javax.swing.JTextField taxonomy_field
javax.swing.JTextField feature_settings_field
javax.swing.JList feature_vectors_field
javax.swing.JTextField model_classifications_field
javax.swing.JTextField gui_preferences_field
javax.swing.JTextField classifier_settings_field
javax.swing.JTextField trained_classifiers_field
javax.swing.JCheckBox ace_xml_or_arff_checkbox
javax.swing.JButton browse_project_button
javax.swing.JButton browse_arff_button
javax.swing.JButton browse_taxonomy_button
javax.swing.JButton browse_feature_settings_file_button
javax.swing.JButton add_feature_vectors_file_button
javax.swing.JButton remove_feature_vectors_file_button
javax.swing.JButton browse_model_classifications_file_button
javax.swing.JButton browse_gui_preferences_button
javax.swing.JButton browse_classifier_settings_button
javax.swing.JButton browse_trained_classifiers_button
javax.swing.JButton clear_button
javax.swing.JButton new_project_button
javax.swing.JButton save_this_project_button
javax.swing.JButton save_as_defaults_button
javax.swing.JButton cancel_button
javax.swing.JButton ok_button
Class ace.gui.ShowSectionsColumnRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable |
---|
Serialized Fields |
---|
java.lang.String[] expandable
Class ace.gui.TaxonomyPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
MainGUIFrame parent
javax.swing.JTree taxonomy_display
javax.swing.JPanel tree_display_panel
javax.swing.JPanel ancestry_display_panel
javax.swing.JPanel button_panel
javax.swing.JScrollPane taxonomy_display_scroll_pane
javax.swing.JTextField status_bar
javax.swing.JButton display_hierarchy_button
javax.swing.JButton display_ancestry_button
javax.swing.JButton new_taxonomy_button
javax.swing.JButton load_taxonomy_button
javax.swing.JButton save_taxonomy_button
javax.swing.JButton save_taxonomy_as_button
javax.swing.JButton add_new_sibling_category_button
javax.swing.JButton add_new_child_category_button
javax.swing.JButton delete_branch_button
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |