
public class StarBasedReferencePoints extends Object implements ReferencePointsHeuristic
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
StarBasedReferencePoints.Parameterizer
Parameterization class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
nocenter
Exclude the center vector. 
 | 
protected double | 
scale
Scaling factor. 
 | 
| Constructor and Description | 
|---|
StarBasedReferencePoints(boolean nocenter,
                        double scale)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<? extends NumberVector> | 
getReferencePoints(Relation<? extends NumberVector> db)
Get the reference points for the given database. 
 | 
protected boolean nocenter
protected double scale
public StarBasedReferencePoints(boolean nocenter,
                        double scale)
nocenter - Do not include center pointscale - Scaling factorpublic 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.