|
|
|||||||||||||||||||||
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.GridBasedReferencePoints<O>
O
- Object typepublic class GridBasedReferencePoints<O extends NumberVector<O,?>>
Grid-based strategy to pick reference points.
Field Summary | |
---|---|
static OptionID |
GRID_ID
OptionID for GRID_PARAM |
private IntParameter |
GRID_PARAM
Parameter to specify the grid resolution. |
static OptionID |
GRID_SCALE_ID
OptionID for GRID_SCALE_PARAM |
private DoubleParameter |
GRID_SCALE_PARAM
Parameter to specify the extra scaling of the space, to allow out-of-data-space reference points. |
protected int |
gridres
Holds the value of GRID_PARAM . |
protected double |
gridscale
Holds the value of GRID_SCALE_PARAM . |
Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
---|
debug, logger |
Constructor Summary | |
---|---|
GridBasedReferencePoints(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 GRID_ID
GRID_PARAM
private final IntParameter GRID_PARAM
Key: -grid.size
public static final OptionID GRID_SCALE_ID
GRID_SCALE_PARAM
private final DoubleParameter GRID_SCALE_PARAM
Key: -grid.oversize
protected int gridres
GRID_PARAM
.
protected double gridscale
GRID_SCALE_PARAM
.
Constructor Detail |
---|
public GridBasedReferencePoints(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 |