Package whistleClassifier
Class QuadraticParameteriser
java.lang.Object
whistleClassifier.QuadraticParameteriser
- All Implemented Interfaces:
FragmentParameteriser
Basic three parameters from a whistle fragment from
a quadratic fit.
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the number of parameters returned by this parameteriserdouble[]
getParameters
(WhistleContour whistleContour) Extract the parameters for a given fragment
-
Constructor Details
-
QuadraticParameteriser
public QuadraticParameteriser()
-
-
Method Details
-
getNumParameters
public int getNumParameters()Description copied from interface:FragmentParameteriser
Get the number of parameters returned by this parameteriser- Specified by:
getNumParameters
in interfaceFragmentParameteriser
- Returns:
- number of parameters
-
getParameters
Description copied from interface:FragmentParameteriser
Extract the parameters for a given fragment- Specified by:
getParameters
in interfaceFragmentParameteriser
- Returns:
- array of parameters.
-