
public class GridBasedReferencePoints extends Object implements ReferencePointsHeuristic
| Modifier and Type | Class and Description |
|---|---|
static class |
GridBasedReferencePoints.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
gridres
Holds the grid resolution.
|
protected double |
gridscale
Holds the grid scale.
|
private static Logging |
LOG
Class logger.
|
| Constructor and Description |
|---|
GridBasedReferencePoints(int gridres,
double gridscale)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends NumberVector> |
getReferencePoints(Relation<? extends NumberVector> db)
Get the reference points for the given database.
|
private static final Logging LOG
protected int gridres
protected double gridscale
public GridBasedReferencePoints(int gridres,
double gridscale)
gridres - Grid resolutiongridscale - Grid scalingpublic Collection<? extends NumberVector> getReferencePoints(Relation<? extends NumberVector> db)
ReferencePointsHeuristicgetReferencePoints in interface ReferencePointsHeuristicdb - DatabaseCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.