|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.result.ClusterOrderResult.PredecessorAdapter
class ClusterOrderResult.PredecessorAdapter
Result containing the predecessor ID.
Field Summary | |
---|---|
private HashMap<Integer,ClusterOrderEntry<D>> |
map
Access reference. |
Constructor Summary | |
---|---|
ClusterOrderResult.PredecessorAdapter(HashMap<Integer,ClusterOrderEntry<D>> map)
Constructor. |
Method Summary | |
---|---|
AssociationID<Integer> |
getAssociationID()
Return the association ID of this result. |
String |
getName()
Get a user-understandable name for this result. |
Integer |
getValueFor(Integer objID)
Get associated value for an object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private HashMap<Integer,ClusterOrderEntry<D extends Distance<?>>> map
Constructor Detail |
---|
public ClusterOrderResult.PredecessorAdapter(HashMap<Integer,ClusterOrderEntry<D>> map)
map
- Map that stores the results.Method Detail |
---|
public AssociationID<Integer> getAssociationID()
AnnotationResult
getAssociationID
in interface AnnotationResult<Integer>
public Integer getValueFor(Integer objID)
AnnotationResult
getValueFor
in interface AnnotationResult<Integer>
objID
- Object ID
public String getName()
Result
getName
in interface Result
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |