|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.utilities.referencepoints.AxisBasedReferencePoints<V>
V
- Vector typepublic class AxisBasedReferencePoints<V extends NumberVector<V,?>>
Strategy to pick reference points by placing them on the axis ends. This strategy produces n+2 reference points that lie on the edges of the surrounding cube.
Nested Class Summary | |
---|---|
static class |
AxisBasedReferencePoints.Parameterizer<V extends NumberVector<V,?>>
Parameterization class. |
Field Summary | |
---|---|
static OptionID |
SPACE_SCALE_ID
Parameter to specify the extra scaling of the space, to allow out-of-data-space reference points. |
protected double |
spacescale
Holds the value of SPACE_SCALE_ID . |
Constructor Summary | |
---|---|
AxisBasedReferencePoints(double spacescale)
Constructor. |
Method Summary | ||
---|---|---|
|
getReferencePoints(Relation<T> db)
Get the reference points for the given database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OptionID SPACE_SCALE_ID
Key: -axisref.scale
protected double spacescale
SPACE_SCALE_ID
.
Constructor Detail |
---|
public AxisBasedReferencePoints(double spacescale)
spacescale
- Method Detail |
---|
public <T extends V> Collection<V> getReferencePoints(Relation<T> db)
ReferencePointsHeuristic
getReferencePoints
in interface ReferencePointsHeuristic<V extends NumberVector<V,?>>
db
- Database
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |