类 UpdateQueueElement
java.lang.Object
weka.clusterers.forOPTICSAndDBScan.Utils.UpdateQueueElement
- 所有已实现的接口:
RevisionHandler
UpdateQueueElement.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht, Matthias Schubert
Date: Aug 31, 2004
Time: 6:43:18 PM
$ Revision 1.4 $
- 版本:
- $Revision: 1.3 $
- 作者:
- Matthias Schubert (schubert@dbs.ifi.lmu.de), Zhanna Melnikova-Albrecht (melnikov@cip.ifi.lmu.de), Rainer Holzmann (holzmann@cip.ifi.lmu.de)
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the objectReturns the keydouble
Returns the priority for this objectReturns the revision string.
-
构造器详细资料
-
UpdateQueueElement
-
-
方法详细资料
-
getPriority
public double getPriority()Returns the priority for this object- 返回:
- priority
-
getObject
Returns the object- 返回:
-
getObjectKey
Returns the key- 返回:
- objectKey
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-