/**
  * Report the parameters labels.
  *
  * @return the array of parameters labels
  */
 public static String[] getParameterLabels() {
   return INSTANCE.getFeatureLabels();
 }