Package 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
Modifier and TypeMethodDescriptionint
Get the number of parameters returned by this parameteriserdouble[]
getParameters
(WhistleContour whistleContour) Extract the parameters for a given fragment
-
Method Details
-
getNumParameters
int getNumParameters()Get the number of parameters returned by this parameteriser- Returns:
- number of parameters
-
getParameters
Extract the parameters for a given fragment- Parameters:
whistleContour
-- Returns:
- array of parameters.
-