try {
fe.numCepstra = Integer.parseInt(value);
String name = definition.name;
String description = definition.description;
String[] attributes = definition.attributes;
definition = new FeatureDefinition(name, description, true,
fe.numCepstra, attributes);
} catch (NumberFormatException e) {
throw new Exception("Lambda value must be a double");
}
break;