public static class DinucleotideProperty.NoSmoothing extends DinucleotideProperty.Smoothing
DinucleotideProperty.Smoothing that conducts no smoothing. The static instance DinucleotideProperty.NO_SMOOTHING should be used instead of constructing new objects.public double[] smooth(double[] original)
DinucleotideProperty.Smoothingoriginal. The length of the returned array and original may differ.smooth in class DinucleotideProperty.Smoothingoriginal - the original series of valuespublic String toString()
DinucleotideProperty.SmoothingString representation of this smoothing method.toString in class DinucleotideProperty.Smoothing