Uses of Interface
weka.clusterers.forOPTICSAndDBScan.DataObjects.DataObject

Packages that use DataObject
weka.clusterers   
weka.clusterers.forOPTICSAndDBScan.Databases   
weka.clusterers.forOPTICSAndDBScan.DataObjects   
weka.clusterers.forOPTICSAndDBScan.Utils   
 

Uses of DataObject in weka.clusterers
 

Methods in weka.clusterers that return DataObject
 DataObject DBScan.dataObjectForName(String database_distanceType, Instance instance, String key, Database database)
          Returns a new Class-Instance of the specified database
 DataObject OPTICS.dataObjectForName(String database_distanceType, Instance instance, String key, Database database)
          Returns a new Class-Instance of the specified database
 

Uses of DataObject in weka.clusterers.forOPTICSAndDBScan.Databases
 

Methods in weka.clusterers.forOPTICSAndDBScan.Databases that return DataObject
 DataObject Database.getDataObject(String key)
          Select a dataObject from the database
 DataObject SequentialDatabase.getDataObject(String key)
          Select a dataObject from the database
 

Methods in weka.clusterers.forOPTICSAndDBScan.Databases with parameters of type DataObject
 boolean Database.contains(DataObject dataObject_Query)
          Tests if the database contains the dataObject_Query
 boolean SequentialDatabase.contains(DataObject dataObject_Query)
          Tests if the database contains the dataObject_Query
 List Database.coreDistance(int minPoints, double epsilon, DataObject dataObject)
          Calculates the coreDistance for the specified DataObject.
 List SequentialDatabase.coreDistance(int minPoints, double epsilon, DataObject dataObject)
          Calculates the coreDistance for the specified DataObject.
 List Database.epsilonRangeQuery(double epsilon, DataObject queryDataObject)
          Performs an epsilon range query for this dataObject
 List SequentialDatabase.epsilonRangeQuery(double epsilon, DataObject queryDataObject)
          Performs an epsilon range query for this dataObject
 void Database.insert(DataObject dataObject)
          Inserts a new dataObject into the database
 void SequentialDatabase.insert(DataObject dataObject)
          Inserts a new dataObject into the database
 List Database.k_nextNeighbourQuery(int k, double epsilon, DataObject dataObject)
          Emits the k next-neighbours and performs an epsilon-range-query at the parallel.
 List SequentialDatabase.k_nextNeighbourQuery(int k, double epsilon, DataObject dataObject)
          Emits the k next-neighbours and performs an epsilon-range-query at the parallel.
 

Uses of DataObject in weka.clusterers.forOPTICSAndDBScan.DataObjects
 

Classes in weka.clusterers.forOPTICSAndDBScan.DataObjects that implement DataObject
 class EuclidianDataObject
           EuclidianDataObject.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 19, 2004
Time: 5:50:22 PM
$ Revision 1.4 $
 class ManhattanDataObject
           ManhattanDataObject.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 19, 2004
Time: 5:50:22 PM
$ Revision 1.4 $
 

Methods in weka.clusterers.forOPTICSAndDBScan.DataObjects with parameters of type DataObject
 double DataObject.distance(DataObject dataObject)
          Calculates the distance between dataObject and this.dataObject
 double EuclidianDataObject.distance(DataObject dataObject)
          Calculates the euclidian-distance between dataObject and this.dataObject
 double ManhattanDataObject.distance(DataObject dataObject)
          Calculates the manhattan-distance between dataObject and this.dataObject
 boolean DataObject.equals(DataObject dataObject)
          Compares two DataObjects in respect to their attribute-values
 boolean EuclidianDataObject.equals(DataObject dataObject)
          Compares two DataObjects in respect to their attribute-values
 boolean ManhattanDataObject.equals(DataObject dataObject)
          Compares two DataObjects in respect to their attribute-values
 

Uses of DataObject in weka.clusterers.forOPTICSAndDBScan.Utils
 

Methods in weka.clusterers.forOPTICSAndDBScan.Utils that return DataObject
 DataObject EpsilonRange_ListElement.getDataObject()
          Returns this dataObject
 

Constructors in weka.clusterers.forOPTICSAndDBScan.Utils with parameters of type DataObject
EpsilonRange_ListElement(double distance, DataObject dataObject)
          Constructs a new Element that is stored in the ArrayList which is built in the k_nextNeighbourQuery-method from a specified database.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.