Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
Z
P
parent
- Variable in class ace.datatypes.
DataSet
If this object is a sub-set of another DataSet, this field points to that parent dataset.
ParseACEProjectFileHandler
- Class in
ace.xmlparsers
An extension of the
Xerces
XML DefaultHandler
class that implements the
SAX
ContentHandler
.
ParseACEProjectFileHandler()
- Constructor for class ace.xmlparsers.
ParseACEProjectFileHandler
ParseACEZipFile
- Class in
ace.xmlparsers
Contains methods to zip and unzip the componant XML files of an ACE project.
ParseACEZipFile()
- Constructor for class ace.xmlparsers.
ParseACEZipFile
parseAllFiles()
- Method in class ace.gui.
ProjectFilesDialogBox
Stores the entries entered in the GUI fields in the public fields and loads and and parses all of the corresponding files.
parseClassificationsFile(String)
- Static method in class ace.datatypes.
SegmentedClassification
Parses a classifications_file XML file and returns an array of SegmentedClassification objects holding its contents.
ParseClassificationsFileHandler
- Class in
ace.xmlparsers
An extension of the Xerces XML DefaultHandler class that implements the SAX ContentHandler.
ParseClassificationsFileHandler()
- Constructor for class ace.xmlparsers.
ParseClassificationsFileHandler
parseDataSetFile(String)
- Static method in class ace.datatypes.
DataSet
Parses a feature_vector_file XML file and returns an array of DataSet objects holding its contents.
parseDataSetFile(String, FeatureDefinition[])
- Static method in class ace.datatypes.
DataSet
Parses a feature_vector_file XML file and returns an array of DataSet objects holding its contents.
ParseDataSetFileHandler
- Class in
ace.xmlparsers
An extension of the Xerces XML DefaultHandler class that implements the SAX ContentHandler.
ParseDataSetFileHandler()
- Constructor for class ace.xmlparsers.
ParseDataSetFileHandler
parseDataSetFiles(String[], FeatureDefinition[])
- Static method in class ace.datatypes.
DataSet
Parses a several feature_vector_file XML files and returns an array of DataSet objects holding the combined contents of all of the files.
parseFeatureDefinitionsFile(String)
- Static method in class ace.datatypes.
FeatureDefinition
Parses a feature_key_file_path XML file and returns an array of FeatureDefinitionwith objects holding its contents.
ParseFeatureDefinitionsFileHandler
- Class in
ace.xmlparsers
An extension of the Xerces XML DefaultHandler class that implements the SAX ContentHandler.
ParseFeatureDefinitionsFileHandler()
- Constructor for class ace.xmlparsers.
ParseFeatureDefinitionsFileHandler
parseProjectFile(String)
- Method in class ace.datatypes.
Project
Given an ACE XML project file, this method sets the fields of this class equal to the paths specified in the project file.
parseTaxonomyFile(String)
- Static method in class ace.datatypes.
Taxonomy
Parses a taxonomy_file XML file and returns a Taxonomy object that has had its taxonomy field populated with the file's contents.
ParseTaxonomyFileHandler
- Class in
ace.xmlparsers
An extension of the Xerces XML DefaultHandler class that implements the SAX ContentHandler.
ParseTaxonomyFileHandler()
- Constructor for class ace.xmlparsers.
ParseTaxonomyFileHandler
parseXMLDocument(String, String)
- Static method in class ace.xmlparsers.
XMLDocumentParser
This method is a general purpose method for loading an XML file, testing that the file exists, validating it as a valid XML file, ensuring that it is of the correct type, parsing it and extracting its data into the required form.
parseZip(String, String)
- Static method in class ace.xmlparsers.
ParseACEZipFile
Coordinates the the extraction of an ACE project zip file.
performDimensionalityReduction(TrainedModel, String, int, OutputStream, boolean)
- Method in class ace.
Coordinator
Performs dimensionality reduction on a set of Weka Instances.
prepareTrainingInstances(double, double, boolean)
- Method in class ace.
Coordinator
Prepares a set of Weka Instances for from either an arff file or ACE XML files.
printHelpMessage()
- Static method in class ace.
CommandLine
Prints a help message to standard out with brief instructions redarding the use of ACE from the command line.
processRequests()
- Method in class ace.
CommandLine
Performs actions based on the options specified at the command line.
processZip()
- Method in class ace.
CommandLine
Project
- Class in
ace.datatypes
Objects of this class each hold reference to the componant ACE XML files and other characteristics of an ACE XML project file.
Project(String, String, String[], String[], String[], String, String, String, String)
- Constructor for class ace.datatypes.
Project
Constructs an instance of a Project.
Project()
- Constructor for class ace.datatypes.
Project
Constructs an instance of a Project.
project
- Variable in class ace.gui.
MainGUIFrame
This object stores the path names to all component ACE XML files of an ACE project.
project_files_dialog_box
- Variable in class ace.gui.
MainGUIFrame
Dialog box that stores paths of ACE XML or Weka ACE files used in current project.
project_path
- Variable in class ace.
CommandLine
Specifies the path to the ACE XML project file if loading data from an ACE project file or an ACE zip file.
project_path
- Variable in class ace.gui.
ProjectFilesDialogBox
Path of the current ACE XML project file.
project_previously_loaded
- Variable in class ace.gui.
MainGUIFrame
Notes whether a project has already been loaded
ProjectFilesDialogBox
- Class in
ace.gui
An object of this class represents a dialog box that can be used to find and store ACE configuration file paths.
ProjectFilesDialogBox(MainGUIFrame, String)
- Constructor for class ace.gui.
ProjectFilesDialogBox
Construct this dialog box, but do not set it to being visible.
ProjectFilesDialogBox(MainGUIFrame)
- Constructor for class ace.gui.
ProjectFilesDialogBox
Construct this dialog box, but do not set it to being visible.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
Z