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

S

save_file - Variable in class ace.CommandLine
The file to which the results or the TrainedModel (depending on which processing is being performed) will be saved.
save_intermediate_arffs - Variable in class ace.CommandLine
Whether or not to save training or testing data to an arff file after parsing, after thinning, and again after feature selection, if any.
save_intermediate_arffs - Variable in class ace.Coordinator
Whether or not to save training data to an arff file after parsing, after thinning and, and again after feature selection, if any.
saveAsClassificationsFile(String) - Method in class ace.gui.InstancesPanel
Saves the classifications displayed in the Instances Panel to an ACE XML model classifications file with the given name.
saveAsFeatureVectorsFile(String) - Method in class ace.gui.InstancesPanel
Saves the currently loaded feature vectors to the original file without giving the user the option to choose a new file path (unless save_path parameter is empty, in which case the user is given the chance to select a save path).
saveAsFile(String) - Method in class ace.gui.ClassificationSettingsPanel
Save the currently loaded classifier settings into an XML file.
saveAsFile(String) - Method in class ace.gui.ExperimentationPanel
Save the currently loaded trained classifiers into a Weka file.
saveAsFile(String) - Method in class ace.gui.FeatureDefinitionsPanel
Save the currently loaded feature definitions (as stored in parent.data_board) into a feature_key_file ACE XML file.
saveAsFile(String) - Method in class ace.gui.GUIPreferencesPanel
Save the currently loaded GUI preferencs into an XML file.
saveAsFile(String) - Method in class ace.gui.TaxonomyPanel
Save the currently loaded taxonomy (as stored in parent.data_board) into an ACE taxonomy_file XML file.
saveClassifications(SegmentedClassification[], File, String) - Static method in class ace.datatypes.SegmentedClassification
Saves a classifications_file XML file with the contents specified in the given SegmentedClassification array and the comments specified in the comments parameter.
saveCurrentProject() - Method in class ace.gui.ProjectFilesDialogBox
Save the paths displayed in the GUI fields to the path specified in the Project File field.
saveDataBoard(DataBoard, File) - Static method in class ace.datatypes.DataBoard
Save the contents of this DataBoard to a File.
saveDataSets(DataSet[], FeatureDefinition[], File, String) - Static method in class ace.datatypes.DataSet
Saves a feature_vector_file XML file with the contents specified in the given DataSet array and the comments specified in the comments parameter.
saveFeatureDefinitions(FeatureDefinition[], File, String) - Static method in class ace.datatypes.FeatureDefinition
Saves a feature_key_file_path XML file with the contents specified in the given FeatureDefinition array and the comments specified in the comments parameter.
saveFileExternally(String, boolean) - Method in class ace.gui.ProjectFilesDialogBox
Opens a save dialog box that allows the user to choose the path of a file to be saved.
saveInstancesAsARFF(Instances, String) - Static method in class ace.datatypes.DataBoard
Save the given Weka Instances as an arff file with the given path.
saveInstancesAsARFF(Instances, String) - Static method in class ace.Trainer
Saves the given Weka Instances as an arff file with the given path.
saveProjectFile(String, boolean, String, String, String[], String[], String[], String, String, String, String) - Static method in class ace.datatypes.Project
Creates, writes to, and saves an ACE XML project file.
saveProjectFile(String, boolean) - Method in class ace.datatypes.Project
This method saves the ACE XML project file using the fields of an instance of a Project instead of specifying the values explicitly in the parameters.
saveTaxonomy(Taxonomy, File, String) - Static method in class ace.datatypes.Taxonomy
Saves a taxonomy_file XML file with the contents specified in the taxonomy_to_save parameter and the comments specified in the comments parameter.
saveToARFF(String, File, boolean, boolean) - Method in class ace.datatypes.DataBoard
Produces a Weka ARFF file based on the contents of this object.
saveUnzippedProjectFile(String, String) - Method in class ace.datatypes.Project
Changes the path names specified in the ACE XML project file to reflect the new location of the unzipped files.
saveXMLFiles(File, File, File, File) - Method in class ace.datatypes.DataBoard
Saves the stored taxonomy, feature definitions, feature vectors and/or model classifications stored in this DataBoard to individual XML files of the respectively appropriate type.
saveZip(String, String[], String[], String[], String[], String) - Static method in class ace.xmlparsers.ParseACEZipFile
Saves an ACE project in a zip file
saveZip(String, String) - Static method in class ace.xmlparsers.ParseACEZipFile
Given the path to an ACE XML project file and the name of this ACE project, this method retrieves the paths to the componant ACE XML files contained in the project file and then calls the other saveZip method to save them all in a zip file.
saveZip(String[], String) - Static method in class ace.xmlparsers.ParseACEZipFile
Saves all of the given files into a compressed zipfile.
saveZipPrompt() - Method in class ace.gui.ProjectFilesDialogBox
Presents the user with the option of saving the files that are currently loaded back into an ACE zip file before quitting.
SegmentedClassification - Class in ace.datatypes
Objects of this class each hold classifications for an instance.
SegmentedClassification() - Constructor for class ace.datatypes.SegmentedClassification
Generate an empty SegmentedClassification with the name "Undefined Segmented Classification".
SegmentedClassification(String, double, double, String[], String[], String[], SegmentedClassification[]) - Constructor for class ace.datatypes.SegmentedClassification
Explicitly create a new Classification.
SegmentedClassification(Instance, int) - Constructor for class ace.datatypes.SegmentedClassification
Generates a SegmentedClassification from a Weka ARFF file.
setRootName(Taxonomy, String) - Static method in class ace.datatypes.Taxonomy
Sets the root of the given taxonomy to the name of the given file path (with directory structure and extension stripped off.
setTaxonomyName(String) - Method in class ace.datatypes.Taxonomy
Sets the name of the stored taxonomy to the given taxonomy_name.
setText(String) - Method in class ace.gui.ProjectFilesDialogBox
Updates the text fields of this project file dialog box to reflect the currently loaded ACE XML files.
ShowSectionsColumnRenderer - Class in ace.gui
A custom cell renderer for the "Show Sections" column of the Instances Panel.
ShowSectionsColumnRenderer(String[]) - Constructor for class ace.gui.ShowSectionsColumnRenderer
Basic constructor.
standard_deviation - Variable in class ace.datatypes.CrossValidationResults
The standard deviation of error rates across folds.
start - Variable in class ace.datatypes.DataSet
Identifies the start of a sub-set of a DataSet.
start - Variable in class ace.datatypes.SegmentedClassification
Identifies the start of a sub-classification.
startDocument() - Method in class ace.xmlparsers.ParseACEProjectFileHandler
This method is called when the start of the XML file to be parsed is reached.
startDocument() - Method in class ace.xmlparsers.ParseClassificationsFileHandler
This method is called when the start of the XML file to be parsed is reached.
startDocument() - Method in class ace.xmlparsers.ParseDataSetFileHandler
This method is called when the start of the XML file to be parsed is reached.
startDocument() - Method in class ace.xmlparsers.ParseFeatureDefinitionsFileHandler
This method is called when the start of the XML file to be parsed is reached.
startDocument() - Method in class ace.xmlparsers.ParseTaxonomyFileHandler
This method is called when the start of the XML file to be parsed is reached.
startDocument() - Method in class ace.xmlparsers.UnknownFileHandler
 
startElement(String, String, String, Attributes) - Method in class ace.xmlparsers.ParseACEProjectFileHandler
This method is called when the start of an XML element is encountered.
startElement(String, String, String, Attributes) - Method in class ace.xmlparsers.ParseClassificationsFileHandler
This method is called when the start of an XML element is encountered.
startElement(String, String, String, Attributes) - Method in class ace.xmlparsers.ParseDataSetFileHandler
This method is called when the start of an XML element is encountered.
startElement(String, String, String, Attributes) - Method in class ace.xmlparsers.ParseFeatureDefinitionsFileHandler
This method is called when the start of an XML element is encountered.
startElement(String, String, String, Attributes) - Method in class ace.xmlparsers.ParseTaxonomyFileHandler
This method is called when the start of an XML element is encountered.
startElement(String, String, String, Attributes) - Method in class ace.xmlparsers.UnknownFileHandler
 
startNewProject() - Method in class ace.gui.ProjectFilesDialogBox
Brings up a dialog box that allows the user to choose the name of a new project file and where to save it.
stop - Variable in class ace.datatypes.DataSet
Identifies the end of a sub-set of a DataSet.
stop - Variable in class ace.datatypes.SegmentedClassification
Identifies the end of a sub-classification.
storeInstances(Instances, boolean, boolean) - Method in class ace.datatypes.DataBoard
Extracts the feature values and model classifications stored in this DataBoard object and stores them in the given set of Weka Instances.
sub_classifications - Variable in class ace.datatypes.SegmentedClassification
Classifications corresponding to sub-sections of an instance.
sub_sets - Variable in class ace.datatypes.DataSet
Sub-sets of this DataSet.

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