Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.result
Interface OrderingResult

All Superinterfaces:
Result
All Known Implementing Classes:
ClusterOrderResult, OrderingFromAssociation, OrderingFromHashMap

public interface OrderingResult
extends Result

Interface for a result providing an object ordering.

Author:
Erich Schubert

Method Summary
 Iterator<Integer> iter(Collection<Integer> ids)
          Sort the given ids according to this ordering and return an iterator.
 

Method Detail

iter

Iterator<Integer> iter(Collection<Integer> ids)
Sort the given ids according to this ordering and return an iterator.

Parameters:
ids - Collection of ids.
Returns:
iterator for sorted array of ids

Release 0.2 (2009-07-06_1820)