A B C D E F G H I L M N O P R S T U V W X Z

T

tableChanged(TableModelEvent) - Method in class ace.gui.FeatureDefinitionsPanel
A listener that causes the parent.data_board.feature_definitions to reflect the contents of the table whenever the contents of the table are changed.
tableChanged(TableModelEvent) - Method in class ace.gui.InstancesPanel
Updates the table whenever a checkbox in the "Show Sections" column is checked or unchecked.
taxonomy - Variable in class ace.datatypes.DataBoard
The taxonomy that instances are classified into.
Taxonomy - Class in ace.datatypes
Objects of this class each hold a taxonomy.
Taxonomy() - Constructor for class ace.datatypes.Taxonomy
Generate an empty taxonomy with the name "Taxonomy".
Taxonomy(String) - Constructor for class ace.datatypes.Taxonomy
Generate an empty taxonomy with the specified name.
Taxonomy(DefaultTreeModel) - Constructor for class ace.datatypes.Taxonomy
Set the taxonomy to an existing DefaultTreeModel.
Taxonomy(Instances) - Constructor for class ace.datatypes.Taxonomy
Generates a Taxonomy from a Weka ARFF file.
taxonomy - Variable in class ace.datatypes.Taxonomy
The tree holding the taxonomy.
taxonomy_file - Variable in class ace.CommandLine
The path to the ACE XML taxonomy file for this project.
taxonomy_panel - Variable in class ace.gui.MainGUIFrame
The panel used to view and edit the current taxonomy.
taxonomy_path - Variable in class ace.datatypes.Project
Path to the ACE XML taxonomy file for this project.
TaxonomyPanel - Class in ace.gui
An object of this class represents a panel in the ACE GUI that allows users to view, edit, load, and save taxonomies that classifications can be based on.
TaxonomyPanel(MainGUIFrame) - Constructor for class ace.gui.TaxonomyPanel
Basic constructor that sets up the for this JFrame, but does not load any actal taxonomy yet.
temp_files - Variable in class ace.gui.MainGUIFrame
List of files and/or directories to be deleted when ACE closes.
testing_to_load_classifiers_file - Variable in class ace.CommandLine
The name of file from which the TrainModel object to be used for classification is to be read.
train - Variable in class ace.CommandLine
Whether or not training is to be performed.
train(double, double, boolean, String, String, OutputStream, int, boolean) - Method in class ace.Coordinator
Trains a Weka Classifier based on a set of sample Instances.
train(Instances, TrainedModel) - Static method in class ace.Trainer
Trains the Weka Classifier contained in the given TrainedModel object based on the given traning Instances.
trained - Variable in class ace.datatypes.CrossValidationResults
The serializable object containing reference to the Weka objects that were use for classification in this cross validation.
trained_classifiers_path - Variable in class ace.datatypes.Project
Path of the current trained_classifiers_file that holds a set of trained classifiers.
TrainedModel - Class in ace.datatypes
Serializable object that stores the Weka Objects associated with a Classification.
TrainedModel() - Constructor for class ace.datatypes.TrainedModel
Constructs an instance of a TrainedModel object.
TrainedModel(Classifier, AttributeSelection, Attribute) - Constructor for class ace.datatypes.TrainedModel
Constructs an instance of a TrainedModel object.
Trainer - Class in ace
Trains a Weka Classifier based on a set of Weka training Instances.
Trainer() - Constructor for class ace.Trainer
 

A B C D E F G H I L M N O P R S T U V W X Z