Uses of Class
ace.datatypes.DataBoard

Packages that use DataBoard
ace   
ace.datatypes   
ace.gui   
 

Uses of DataBoard in ace
 

Fields in ace declared as DataBoard
 DataBoard Coordinator.data_board
          The instances to work with.
 

Methods in ace with parameters of type DataBoard
static SegmentedClassification[] InstanceClassifier.classify(TrainedModel trained, DataBoard data_board, weka.core.Instances instances, java.lang.String results_file, boolean save_intermediate_arffs)
          Classify a set of instances using a trained Weka Classifier.
 

Constructors in ace with parameters of type DataBoard
Coordinator(DataBoard data_board, java.lang.String arff_path, boolean save_intermediate_arffs)
          Constructs an instance of a Coordinator object.
 

Uses of DataBoard in ace.datatypes
 

Methods in ace.datatypes that return DataBoard
static DataBoard DataBoard.loadDataBoard(java.io.File databoard_file)
          Load the specified DataBoard serialized object file and return its contents.
 

Methods in ace.datatypes with parameters of type DataBoard
static void DataBoard.saveDataBoard(DataBoard to_save, java.io.File databoard_file)
          Save the contents of this DataBoard to a File.
 

Uses of DataBoard in ace.gui
 

Fields in ace.gui declared as DataBoard
 DataBoard MainGUIFrame.data_board
          The object that stores the current taxonomy, feature settings, instance feature values and model classifications.
 

Methods in ace.gui with parameters of type DataBoard
 void InstancesTableModel.fillTable(DataBoard data_board, java.lang.String[] identifiers_to_expand, boolean display_meta_data, boolean display_feature_values)
          Deletes everything in the table and then fills it up one row at a time based on the given DataBoard and booleans.