Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.utilities.referencepoints
Interface ReferencePointsHeuristic<O extends NumberVector<O,?>>

Type Parameters:
O - Object type
All Superinterfaces:
Parameterizable
All Known Implementing Classes:
AxisBasedReferencePoints, FullDatabaseReferencePoints, GridBasedReferencePoints, RandomGeneratedReferencePoints, RandomSampleReferencePoints, StarBasedReferencePoints

public interface ReferencePointsHeuristic<O extends NumberVector<O,?>>
extends Parameterizable

Simple Interface for an heuristic to pick reference points.

Author:
Erich Schubert

Method Summary
 Collection<O> getReferencePoints(Database<O> db)
          Get the reference points for the given database.
 

Method Detail

getReferencePoints

Collection<O> getReferencePoints(Database<O> db)
Get the reference points for the given database.

Parameters:
db - Database
Returns:
Collection of reference points.

Release 0.3 (2010-03-31_1612)