N
- Neighborhood object typepublic static class TrimmedMeanApproach.Parameterizer<N> extends AbstractNeighborhoodOutlier.Parameterizer<N>
Modifier and Type | Field and Description |
---|---|
protected double |
p
Percentile parameter p.
|
static OptionID |
P_ID
Parameter for the percentile value p.
|
npredf
Constructor and Description |
---|
TrimmedMeanApproach.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected TrimmedMeanApproach<N> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID P_ID
protected double p
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractNeighborhoodOutlier.Parameterizer<N>
config
- Parameterization to add options to.protected TrimmedMeanApproach<N> 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.