|
|
|||||||||||||||||||||
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.RandomGeneratedReferencePoints<O>
O
- Object typepublic class RandomGeneratedReferencePoints<O extends NumberVector<O,?>>
Reference points generated randomly within the used data space.
Field Summary | |
---|---|
static OptionID |
N_ID
OptionID for N_PARAM |
private IntParameter |
N_PARAM
Parameter to specify the number of requested reference points. |
protected int |
samplesize
Holds the value of N_PARAM . |
protected double |
scale
Holds the value of SCALE_PARAM . |
static OptionID |
SCALE_ID
OptionID for SCALE_PARAM |
private DoubleParameter |
SCALE_PARAM
Parameter for additional scaling of the space, to allow out-of-space reference points. |
Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
---|
debug, logger |
Constructor Summary | |
---|---|
RandomGeneratedReferencePoints(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 N_ID
N_PARAM
private final IntParameter N_PARAM
Key: -generate.n
public static final OptionID SCALE_ID
SCALE_PARAM
private final DoubleParameter SCALE_PARAM
Key: -generate.scale
protected int samplesize
N_PARAM
.
protected double scale
SCALE_PARAM
.
Constructor Detail |
---|
public RandomGeneratedReferencePoints(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 |