
N - Neighborhood object typepublic static class TrimmedMeanApproach.Parameterizer<N> extends AbstractNeighborhoodOutlier.Parameterizer<N>
| Modifier and Type | Field and Description | 
|---|---|
| protected double | pPercentile parameter p. | 
| static OptionID | P_IDParameter 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, 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 AbstractParameterizer