public class StarBasedReferencePoints extends java.lang.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 |
---|---|
java.util.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 java.util.Collection<? extends NumberVector> getReferencePoints(Relation<? extends NumberVector> db)
ReferencePointsHeuristic
getReferencePoints
in interface ReferencePointsHeuristic
db
- DatabaseCopyright © 2019 ELKI Development Team. License information.