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
D
data_board
- Variable in class ace.
Coordinator
The instances to work with.
data_board
- Variable in class ace.gui.
MainGUIFrame
The object that stores the current taxonomy, feature settings, instance feature values and model classifications.
DataBoard
- Class in
ace.datatypes
Stores the data needed for training, testing and using classifiers.
DataBoard()
- Constructor for class ace.datatypes.
DataBoard
Generates an empty DataBoard.
DataBoard(Taxonomy, FeatureDefinition[], DataSet[], SegmentedClassification[])
- Constructor for class ace.datatypes.
DataBoard
Generates a DataBoard with the fields specified in the parameters.
DataBoard(String, String, String[], String)
- Constructor for class ace.datatypes.
DataBoard
Generates a DataBoard based on the contents of the given XML files.
DataBoard(String)
- Constructor for class ace.datatypes.
DataBoard
Generates the ACE datatypes from a Weka ARFF file.
DataSet
- Class in
ace.datatypes
Objects of this class each hold feature values for an item to be classified.
DataSet()
- Constructor for class ace.datatypes.
DataSet
Generate an empty DataSet.
DataSet(String, DataSet[], Double, Double, double[][], String[], DataSet)
- Constructor for class ace.datatypes.
DataSet
Explicitly creates a DataSet
DataSet(Instance, int)
- Constructor for class ace.datatypes.
DataSet
Generates a DataSet from a Weka ARFF file.
deleteBranchOfTaxonomy(DefaultMutableTreeNode)
- Method in class ace.datatypes.
Taxonomy
Deletes the given node_to_delete and all of its children from the taxonomy.
deleteClass(String)
- Method in class ace.datatypes.
Taxonomy
Searches through the taxonomy and deletes all classes with the given name.
description
- Variable in class ace.datatypes.
FeatureDefinition
A description of what the feature represents.
DimensionalityReducer
- Class in
ace
Applies dimensionality reduction techniques to a set of Weka instances.
DimensionalityReducer()
- Constructor for class ace.
DimensionalityReducer
dimensions
- Variable in class ace.datatypes.
FeatureDefinition
The number of values that exist for the feature for a given section of a data set.
dozip
- Variable in class ace.
CommandLine
dumpContents()
- Method in class ace.
CommandLine
Prints all command line options to standard out.
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