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

F

feature_definitions - Variable in class ace.datatypes.DataBoard
Holds meta-data about the feautres that characterize instances.
feature_key_file - Variable in class ace.CommandLine
The path to the ACE XML feature definitions file for this project.
feature_names - Variable in class ace.datatypes.DataSet
The names of the features in each corresponding (by first indice) entry of feature_values.
feature_selector - Variable in class ace.CommandLine
A code specifying what type of dimensionality reduction to be performed.
feature_settings_paths - Variable in class ace.datatypes.Project
Array of paths to the ACE XML feature key/definition files that contain information about the features to be used for this ACE project.
feature_values - Variable in class ace.datatypes.DataSet
The feature values for this DataSet as a whole.
feature_vector_files - Variable in class ace.CommandLine
Array of paths to ACE XML feature vectors files for this project.
feature_vectors - Variable in class ace.datatypes.DataBoard
Feature vectors for a set of instances.
feature_vectors_paths - Variable in class ace.datatypes.Project
Array of paths to the ACE XML feature vector files that hold extracted feature values for an ACE project.
FeatureDefinition - Class in ace.datatypes
Objects of this class each hold meta-data about a feature, as specified by the four public fields.
FeatureDefinition() - Constructor for class ace.datatypes.FeatureDefinition
Generate an empty FeatureDefinition with the name "Undefined Feature".
FeatureDefinition(String, String, boolean, int) - Constructor for class ace.datatypes.FeatureDefinition
Explicitly define a new Feature Definition.
FeatureDefinition(Instances, int) - Constructor for class ace.datatypes.FeatureDefinition
Generates a FeatureDefintition from a Weka ARFF file.
FeatureDefinitionsPanel - 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 feature definitions.
FeatureDefinitionsPanel(MainGUIFrame) - Constructor for class ace.gui.FeatureDefinitionsPanel
Basic constructor that sets up the for this JFrame, but does not load any actal feature defintions yet.
FeatureDefinitionsTableModel - Class in ace.gui
A TableModel used for displaying FeatureSetting objects.
file_type - Variable in class ace.CommandLine
 
fillTable(FeatureDefinition[]) - Method in class ace.gui.FeatureDefinitionsTableModel
Deletes everything in the table and then fills it up one row at a time based on the given FeatureDefinition array.
fillTable(DataBoard, String[], boolean, boolean) - Method in class ace.gui.InstancesTableModel
Deletes everything in the table and then fills it up one row at a time based on the given DataBoard and booleans.
findMatchingClassification(DataSet, SegmentedClassification[]) - Static method in class ace.datatypes.SegmentedClassification
Compares the given DataSet object to each of the SegmentedClassification objects in order to find a SegmentedClassification object with the same identifier as the given DataSet object.
formatConfusionMatrix(double[][], String[]) - Static method in class ace.InstanceClassifier
Creates an easily readable version of a confusion matrix to be included in results output.

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