whistleClassifier
Interface FragmentParameteriser

All Known Implementing Classes:
QuadraticParameteriser

public interface FragmentParameteriser

interface for classes which are able to parameterise a whistle fragment

Author:
Doug Gillespie

Method Summary
 int getNumParameters()
          Get the number of parameters returned by this parameteriser
 double[] getParameters(WhistleContour whistleContour)
          Extract the parameters for a given fragment
 

Method Detail

getNumParameters

int getNumParameters()
Get the number of parameters returned by this parameteriser

Returns:
number of parameters

getParameters

double[] getParameters(WhistleContour whistleContour)
Extract the parameters for a given fragment

Parameters:
whistleContour -
Returns:
array of parameters.