O
- Object typepublic static class EvaluateRetrievalPerformance.Parameterizer<O> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
Modifier and Type | Field and Description |
---|---|
protected boolean |
includeSelf
Include query object in evaluation.
|
static OptionID |
INCLUDESELF_ID
Parameter to include the query object.
|
protected int |
maxk
Maximum k for evaluation.
|
static OptionID |
MAXK_ID
Parameter for maximum value of k.
|
protected double |
sampling
Relative amount of data to sample.
|
static OptionID |
SAMPLING_ID
Parameter to enable sampling.
|
protected RandomFactory |
seed
Random sampling seed.
|
static OptionID |
SEED_ID
Parameter to control the sampling random seed.
|
distanceFunction
Constructor and Description |
---|
EvaluateRetrievalPerformance.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected EvaluateRetrievalPerformance<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID SAMPLING_ID
public static final OptionID SEED_ID
public static final OptionID INCLUDESELF_ID
public static final OptionID MAXK_ID
protected double sampling
protected RandomFactory seed
protected boolean includeSelf
protected int maxk
public EvaluateRetrievalPerformance.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<O>
config
- Parameterization to add options to.protected EvaluateRetrievalPerformance<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.