A C D E F G H I J K L M N O P R S T U X Y

D

data - Variable in class it.unibz.algorithms.types.DataSet
 
dataOutput - Variable in class it.unibz.gui.ProgressGui
The text area that hold the output of our tasks
datas - Variable in class it.unibz.gui.Main
 
DataSet - Class in it.unibz.algorithms.types
An abstract representation of an arff file.
DataSet() - Constructor for class it.unibz.algorithms.types.DataSet
The constructor that initialize to null all class attributes
DBScan - Class in it.unibz.algorithms
Class which represents the DBScan Algorithm in all its iterative steps.
DBScan(List<Instance>, int, int) - Constructor for class it.unibz.algorithms.DBScan
Base constructor with the epsilon and min-points values
DisableAll() - Method in class it.unibz.gui.Main
 
display(List<Cluster>, boolean) - Static method in class it.unibz.algorithms.Utility
Method returns formatted string ready to be displayed in the GUI's output box
doInBackground() - Method in class it.unibz.algorithms.DBScan
Executes the main DBScan algorithm composed by various steps Note: The various isCancelled() are used to proper stop this thread if the user closes the operation.
doInBackground() - Method in class it.unibz.algorithms.KMeans
Executes the main Kmeans algorithm composed by various steps Note: The various isCancelled() are used to proper stop this thread if the user closes the operation.

A C D E F G H I J K L M N O P R S T U X Y