public HarmonicSpectralSmoothness() {
String name = "Peak Based Spectral Smoothness";
String description = "Peak Based Spectral Smoothness is calculated from partials, not frequency bins. It is implemented accortding to McAdams 99 "
+ System.getProperty("line.separator")
+ System.getProperty("line.separator") + "McAdams, S. 1999. ";
definition = new FeatureDefinition(name, description, true, 1);
dependencies = new String[]{"Peak Detection"};
offsets = new int[]{0};
}