Skip navigation links
A B C D E G H I K L M N O P R S T U W 

A

accept(File) - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERFileFilter
Whether the given file is accepted by this filter.
add(double, Object) - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueue
Adds a new Object to the queue
add(double, Object, String) - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueue
Adds a new Object to the queue
adjustSize(SERObject) - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Adjusts the size of this panel in respect of the shown content

B

buildClusterer(Instances) - Method in class weka.clusterers.DBSCAN
Generate Clustering via DBSCAN
buildClusterer(Instances) - Method in class weka.clusterers.OPTICS
Generate Clustering via OPTICS

C

clusterInstance(Instance) - Method in class weka.clusterers.DBSCAN
Classifies a given instance.
clusterInstance(Instance) - Method in class weka.clusterers.OPTICS
Classifies a given instance.
contains(DataObject) - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Tests if the database contains the dataObject_Query
coreDistance(int, double, DataObject) - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Calculates the coreDistance for the specified DataObject.

D

Database - Class in weka.clusterers.forOPTICSAndDBScan.Databases
Database.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 20, 2004
Time: 1:23:38 PM
$ Revision 1.4 $
Database(DistanceFunction, Instances) - Constructor for class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Constructs a new sequential database and holds the original instances
databaseOutputTipText() - Method in class weka.clusterers.OPTICS
Returns the tip text for this property.
DataObject - Class in weka.clusterers.forOPTICSAndDBScan.DataObjects
DataObject.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 19, 2004
Time: 5:50:22 PM
$ Revision 1.4 $
DataObject(Instance, String, Database) - Constructor for class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Constructs a new DataObject.
dataObjectIterator() - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Returns an iterator over all the dataObjects in the database
DBSCAN - Class in weka.clusterers
Basic implementation of DBSCAN clustering algorithm that should *not* be used as a reference for runtime benchmarks: more sophisticated implementations exist! Clustering of new instances is not supported.
DBSCAN() - Constructor for class weka.clusterers.DBSCAN
 
distanceFunctionTipText() - Method in class weka.clusterers.DBSCAN
Returns the tip text for this property.
distanceFunctionTipText() - Method in class weka.clusterers.OPTICS
Returns the tip text for this property.

E

EpsilonRange_ListElement - Class in weka.clusterers.forOPTICSAndDBScan.Utils
EpsilonRange_ListElement.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Sep 7, 2004
Time: 2:12:34 PM
$ Revision 1.4 $
EpsilonRange_ListElement(double, DataObject) - Constructor for class weka.clusterers.forOPTICSAndDBScan.Utils.EpsilonRange_ListElement
Constructs a new Element that is stored in the ArrayList which is built in the k_nextNeighbourQuery-method from a specified database.
epsilonRangeQuery(double, DataObject) - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Performs an epsilon range query for this dataObject
epsilonTipText() - Method in class weka.clusterers.DBSCAN
Returns the tip text for this property
epsilonTipText() - Method in class weka.clusterers.OPTICS
Returns the tip text for this property
equals(DataObject) - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Compares two DataObjects in respect to their attribute-values

G

getCapabilities() - Method in class weka.clusterers.DBSCAN
Returns default capabilities of the clusterer.
getCapabilities() - Method in class weka.clusterers.OPTICS
Returns default capabilities of the clusterer.
getClusterLabel() - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Returns the clusterID, to which this DataObject belongs to
getColumnCount() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.ResultVectorTableModel
Returns the number of columns of this model.
getCoreDistance() - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Returns the coreDistance for this dataObject
getDatabaseOutput() - Method in class weka.clusterers.OPTICS
Returns the file to save the database to - if directory, database is not saved.
getDatabaseSize() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
Returns the database's size
getDataObject(String) - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Select a dataObject from the database
getDataObject() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.EpsilonRange_ListElement
Returns this dataObject
getDescription() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERFileFilter
The description of this filter.
getDistance() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.EpsilonRange_ListElement
Returns the distance that was calulcated for this dataObject (The distance between this dataObject and the dataObject for which an epsilon-range-query was performed.)
getDistanceFunction() - Method in class weka.clusterers.DBSCAN
returns the distance function currently in use.
getDistanceFunction() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
Returns the distance-type
getDistanceFunction() - Method in class weka.clusterers.OPTICS
returns the distance function currently in use.
getElapsedTime() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
Returns the elapsed-time
getEpsilon() - Method in class weka.clusterers.DBSCAN
Returns the value of epsilon
getEpsilon() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
Returns the value of epsilon
getEpsilon() - Method in class weka.clusterers.OPTICS
Returns the value of epsilon
getInstance() - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Returns the original instance
getInstances() - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Returns the original instances delivered from WEKA
getKey() - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Returns the key for this DataObject
getMinPoints() - Method in class weka.clusterers.DBSCAN
Returns the value of minPoints
getMinPoints() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
Returns the number of minPoints
getMinPoints() - Method in class weka.clusterers.OPTICS
Returns the value of minPoints
getNumberOfAttributes() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
Returns the number of Attributes of the specified database
getNumberOfGeneratedClusters() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
Returns the number of generated clusters
getObject() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueueElement
Returns the object
getObject() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueueElement
Returns the object
getObjectKey() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueueElement
Returns the key
getOptions() - Method in class weka.clusterers.DBSCAN
Gets the current option settings for the OptionHandler.
getOptions() - Method in class weka.clusterers.OPTICS
Gets the current option settings for the OptionHandler.
getPriority(int) - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueue
Returns the priority for the object at the specified index
getPriority() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueueElement
Returns the priority for this object
getPriority(int) - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueue
Returns the priority for the object at the specified index
getPriority() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueueElement
Returns the priority for this object
getReachabilityDistance() - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Returns the reachabilityDistance for this dataObject
getResultVector() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
Returns the resultVector
getResultVector() - Method in class weka.clusterers.OPTICS
Returns the resultVector
getRevision() - Method in class weka.clusterers.DBSCAN
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.OPTICS_Visualizer
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.ResultVectorTableModel
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERFileFilter
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.EpsilonRange_ListElement
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueue
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueueElement
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueue
Returns the revision string.
getRevision() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueueElement
Returns the revision string.
getRevision() - Method in class weka.clusterers.OPTICS
Returns the revision string.
getRowCount() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.ResultVectorTableModel
Returns the number of rows of this model.
getSERObject() - Method in class weka.clusterers.OPTICS
Returns the internal database
getShowGUI() - Method in class weka.clusterers.OPTICS
Returns the flag for showing the OPTICS visualizer GUI.
getTechnicalInformation() - Method in class weka.clusterers.DBSCAN
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getTechnicalInformation() - Method in class weka.clusterers.OPTICS
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getValueAt(int, int) - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.ResultVectorTableModel
Returns the value for the JTable for a given position.
getWriteOPTICSresults() - Method in class weka.clusterers.OPTICS
Returns the flag for writing actions
globalInfo() - Method in class weka.clusterers.DBSCAN
Returns a string describing this DataMining-Algorithm
globalInfo() - Method in class weka.clusterers.OPTICS
Returns a string describing this DataMining-Algorithm
GraphPanel - Class in weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI
GraphPanel.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht
Date: Sep 16, 2004
Time: 10:28:19 AM
$ Revision 1.4 $
GraphPanel(ArrayList, int, boolean, boolean) - Constructor for class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
 

H

hasNext() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueue
Tests, if the queue has some more elements left
hasNext() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueue
Tests, if the queue has some more elements left

I

insert(DataObject) - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Inserts a new dataObject into the database
isOpticsOutputs() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
Returns the flag for writing actions
isProcessed() - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Gives information about the status of a dataObject
isShowCoreDistances() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Returns the flag for showCoreDistances
isShowReachabilityDistances() - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Returns the flag for showReachabilityDistances

K

k_nextNeighbourQuery(int, double, DataObject) - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Emits the k next-neighbours and performs an epsilon-range-query at the parallel.
keyIterator() - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Returns an iterator over all the keys

L

listOptions() - Method in class weka.clusterers.DBSCAN
Returns an enumeration of all the available options..
listOptions() - Method in class weka.clusterers.OPTICS
Returns an enumeration of all the available options.

M

main(String[]) - Static method in class weka.clusterers.DBSCAN
Main Method for testing DBSCAN
main(String[]) - Static method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.OPTICS_Visualizer
Displays the GUI.
main(String[]) - Static method in class weka.clusterers.OPTICS
Main Method for testing OPTICS
minPointsTipText() - Method in class weka.clusterers.DBSCAN
Returns the tip text for this property
minPointsTipText() - Method in class weka.clusterers.OPTICS
Returns the tip text for this property

N

next() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueue
Returns the element with the highest priority
next() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueue
Returns the element with the lowest priority
NOISE - Static variable in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
 
numberOfClusters() - Method in class weka.clusterers.DBSCAN
Returns the number of clusters.
numberOfClusters() - Method in class weka.clusterers.OPTICS
Returns the number of clusters.

O

OPTICS - Class in weka.clusterers
Basic implementation of OPTICS clustering algorithm that should *not* be used as a reference for runtime benchmarks: more sophisticated implementations exist! Clustering of new instances is not supported.
OPTICS() - Constructor for class weka.clusterers.OPTICS
 
OPTICS_Visualizer - Class in weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI
Start the OPTICS Visualizer from command-line:
java weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.OPTICS_Visualizer [file.ser]
OPTICS_Visualizer(SERObject, String) - Constructor for class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.OPTICS_Visualizer
 

P

PriorityQueue - Class in weka.clusterers.forOPTICSAndDBScan.Utils
PriorityQueue.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 27, 2004
Time: 5:36:35 PM
$ Revision 1.4 $
PriorityQueue() - Constructor for class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueue
Creates a new PriorityQueue backed on a binary heap.
PriorityQueueElement - Class in weka.clusterers.forOPTICSAndDBScan.Utils
PriorityQueueElement.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 31, 2004
Time: 6:43:18 PM
$ Revision 1.4 $
PriorityQueueElement(double, Object) - Constructor for class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueueElement
 

R

ResultVectorTableModel - Class in weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI
ResultVectorTableModel.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht
Date: Sep 12, 2004
Time: 9:23:31 PM
$ Revision 1.4 $
ResultVectorTableModel(ArrayList) - Constructor for class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.ResultVectorTableModel
Constructs a default DefaultTableModel which is a table of zero columns and zero rows.

S

SERFileFilter - Class in weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI
SERFileFilter.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht
Date: Sep 15, 2004
Time: 6:54:56 PM
$ Revision 1.4 $
SERFileFilter(String, String) - Constructor for class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERFileFilter
 
SERObject - Class in weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI
SERObject.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht
Date: Sep 15, 2004
Time: 9:43:00 PM
$ Revision 1.4 $
SERObject(ArrayList, int, int, double, int, boolean, DistanceFunction, int, String) - Constructor for class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERObject
 
setClusterLabel(int) - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Sets the clusterID (cluster), to which this DataObject belongs to
setCoreDistance(double) - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Sets a new coreDistance for this dataObject
setCoreDistanceColor(Color) - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Sets a new color for the coreDistance
setDatabaseOutput(File) - Method in class weka.clusterers.OPTICS
Sets the the file to save the generated database to.
setDistanceFunction(DistanceFunction) - Method in class weka.clusterers.DBSCAN
sets the distance function to use for nearest neighbour search.
setDistanceFunction(DistanceFunction) - Method in class weka.clusterers.OPTICS
sets the distance function to use for nearest neighbour search.
setEpsilon(double) - Method in class weka.clusterers.DBSCAN
Sets a new value for epsilon
setEpsilon(double) - Method in class weka.clusterers.OPTICS
Sets a new value for epsilon
setKey(String) - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Sets the key for this DataObject
setMinPoints(int) - Method in class weka.clusterers.DBSCAN
Sets a new value for minPoints
setMinPoints(int) - Method in class weka.clusterers.OPTICS
Sets a new value for minPoints
setNewToolTip(String) - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Displays a toolTip for the selected DataObject
setOptions(String[]) - Method in class weka.clusterers.DBSCAN
Sets the OptionHandler's options using the given list.
setOptions(String[]) - Method in class weka.clusterers.OPTICS
Sets the OptionHandler's options using the given list.
setProcessed(boolean) - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Marks this dataObject as processed
setReachabilityDistance(double) - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
Sets a new reachability-distance for this dataObject
setReachabilityDistanceColor(Color) - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Sets a new color for the reachabilityDistance
setResultVector(ArrayList) - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Sets a new resultVector
setShowCoreDistances(boolean) - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Sets the flag for showCoreDistances
setShowGUI(boolean) - Method in class weka.clusterers.OPTICS
Sets the flag for displaying the GUI.
setShowReachabilityDistances(boolean) - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Sets the flag for showReachabilityDistances
setVerticalAdjustment(int) - Method in class weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.GraphPanel
Sets a new value for the vertical verticalAdjustment
setWriteOPTICSresults(boolean) - Method in class weka.clusterers.OPTICS
Sets the flag for writing actions
showGUITipText() - Method in class weka.clusterers.OPTICS
Returns the tip text for this property.
size() - Method in class weka.clusterers.forOPTICSAndDBScan.Databases.Database
Returns the size of the database (the number of dataObjects in the database)
size() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.PriorityQueue
Returns the queue's size
size() - Method in class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueue
Returns the queue's size

T

toString() - Method in class weka.clusterers.DBSCAN
Returns a description of the clusterer
toString() - Method in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
 
toString() - Method in class weka.clusterers.OPTICS
Returns a description of the clusterer

U

UNCLASSIFIED - Static variable in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
 
UNDEFINED - Static variable in class weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject
 
UpdateQueue - Class in weka.clusterers.forOPTICSAndDBScan.Utils
UpdateQueue.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 27, 2004
Time: 5:36:35 PM
$ Revision 1.4 $
UpdateQueue() - Constructor for class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueue
Creates a new PriorityQueue (backed on a binary heap) with the ability to efficiently update the priority of the stored objects in the heap.
UpdateQueueElement - Class in weka.clusterers.forOPTICSAndDBScan.Utils
UpdateQueueElement.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 31, 2004
Time: 6:43:18 PM
$ Revision 1.4 $
UpdateQueueElement(double, Object, String) - Constructor for class weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueueElement
 

W

weka.clusterers - package weka.clusterers
 
weka.clusterers.forOPTICSAndDBScan.Databases - package weka.clusterers.forOPTICSAndDBScan.Databases
 
weka.clusterers.forOPTICSAndDBScan.DataObjects - package weka.clusterers.forOPTICSAndDBScan.DataObjects
 
weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI - package weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI
 
weka.clusterers.forOPTICSAndDBScan.Utils - package weka.clusterers.forOPTICSAndDBScan.Utils
 
writeOPTICSresultsTipText() - Method in class weka.clusterers.OPTICS
Returns the tip text for this property
A B C D E G H I K L M N O P R S T U W 
Skip navigation links