|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.logging.AbstractLoggable
de.lmu.ifi.dbs.elki.utilities.referencepoints.StarBasedReferencePoints<O>
O
- Object typepublic class StarBasedReferencePoints<O extends NumberVector<O,?>>
Star-based strategy to pick reference points.
Field Summary | |
---|---|
protected boolean |
nocenter
Holds the value of NOCENTER_FLAG . |
private Flag |
NOCENTER_FLAG
Parameter to specify the grid resolution. |
static OptionID |
NOCENTER_ID
OptionID for NOCENTER_FLAG |
protected double |
scale
Holds the value of SCALE_PARAM . |
static OptionID |
SCALE_ID
OptionID for SCALE_PARAM |
private DoubleParameter |
SCALE_PARAM
Parameter to specify the extra scaling of the space, to allow out-of-data-space reference points. |
Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
---|
debug, logger |
Constructor Summary | |
---|---|
StarBasedReferencePoints(Parameterization config)
Constructor, adhering to Parameterizable |
Method Summary | |
---|---|
Collection<O> |
getReferencePoints(Database<O> db)
Get the reference points for the given database. |
Methods inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
---|
debugFine, debugFiner, debugFinest, exception, progress, verbose, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OptionID NOCENTER_ID
NOCENTER_FLAG
private final Flag NOCENTER_FLAG
Key: -star.nocenter
public static final OptionID SCALE_ID
SCALE_PARAM
private final DoubleParameter SCALE_PARAM
Key: -star.scale
protected boolean nocenter
NOCENTER_FLAG
.
protected double scale
SCALE_PARAM
.
Constructor Detail |
---|
public StarBasedReferencePoints(Parameterization config)
Parameterizable
config
- ParameterizationMethod Detail |
---|
public Collection<O> getReferencePoints(Database<O> db)
ReferencePointsHeuristic
getReferencePoints
in interface ReferencePointsHeuristic<O extends NumberVector<O,?>>
db
- Database
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |