public abstract static class DinucleotideProperty.Smoothing extends Object
| Constructor and Description |
|---|
Smoothing() |
| Modifier and Type | Method and Description |
|---|---|
abstract double[] |
smooth(double[] original)
Returns the smoothed version of
original. |
abstract String |
toString()
Returns a
String representation of this smoothing method. |