Package elki.utilities.referencepoints
Class FullDatabaseReferencePoints
- java.lang.Object
-
- elki.utilities.referencepoints.FullDatabaseReferencePoints
-
- All Implemented Interfaces:
ReferencePointsHeuristic
public class FullDatabaseReferencePoints extends java.lang.Object implements ReferencePointsHeuristic
Strategy to use the complete database as reference points.- Since:
- 0.3
- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description FullDatabaseReferencePoints()
Constructor, Parameterizable style.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<? extends NumberVector>
getReferencePoints(Relation<? extends NumberVector> db)
Get the reference points for the given database.
-
-
-
Method Detail
-
getReferencePoints
public java.util.Collection<? extends NumberVector> getReferencePoints(Relation<? extends NumberVector> db)
Description copied from interface:ReferencePointsHeuristic
Get the reference points for the given database.- Specified by:
getReferencePoints
in interfaceReferencePointsHeuristic
- Parameters:
db
- Database- Returns:
- Collection of reference points.
-
-