Package whistleClassifier.training
Class TrainingContour
java.lang.Object
whistleClassifier.training.TrainingContour
- All Implemented Interfaces:
 Serializable,ManagedParameters,WhistleContour
public class TrainingContour
extends Object
implements Serializable, WhistleContour, ManagedParameters
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondouble[]intGet the length of the contour in time bins.Get a set of data that describes all of the parameters in a classdouble[]voidsetFreqsHz(double[] frequencyHz) voidsetTimesInSeconds(double[] timeSeconds)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
TrainingContour
public TrainingContour(double[] timeSeconds, double[] frequencyHz)  
 - 
 - 
Method Details
- 
getTimesInSeconds
public double[] getTimesInSeconds()- Specified by:
 getTimesInSecondsin interfaceWhistleContour
 - 
setTimesInSeconds
public void setTimesInSeconds(double[] timeSeconds)  - 
getFreqsHz
public double[] getFreqsHz()- Specified by:
 getFreqsHzin interfaceWhistleContour
 - 
setFreqsHz
public void setFreqsHz(double[] frequencyHz)  - 
getLength
public int getLength()Get the length of the contour in time bins.- Returns:
 
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -