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 | 
|---|
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, makepublic static final OptionID P_ID
protected double p
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractNeighborhoodOutlier.Parameterizer<N>config - Parameterization to add options to.protected TrimmedMeanApproach<N> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.