whistleClassifier.training
Class TrainingContour
java.lang.Object
whistleClassifier.training.TrainingContour
- All Implemented Interfaces:
- java.io.Serializable, WhistleContour
public class TrainingContour
- extends java.lang.Object
- implements java.io.Serializable, WhistleContour
- See Also:
- Serialized Form
|
Constructor Summary |
TrainingContour(double[] timeSeconds,
double[] frequencyHz)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
timeSeconds
private double[] timeSeconds
frequencyHz
private double[] frequencyHz
TrainingContour
public TrainingContour(double[] timeSeconds,
double[] frequencyHz)
getTimesInSeconds
public double[] getTimesInSeconds()
- Specified by:
getTimesInSeconds in interface WhistleContour
setTimesInSeconds
public void setTimesInSeconds(double[] timeSeconds)
getFreqsHz
public double[] getFreqsHz()
- Specified by:
getFreqsHz in interface WhistleContour
setFreqsHz
public void setFreqsHz(double[] frequencyHz)
getLength
public int getLength()