whistleClassifier.training
Class TrainingContour

java.lang.Object
  extended by 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

Field Summary
private  double[] frequencyHz
           
static long serialVersionUID
           
private  double[] timeSeconds
           
 
Constructor Summary
TrainingContour(double[] timeSeconds, double[] frequencyHz)
           
 
Method Summary
 double[] getFreqsHz()
           
 int getLength()
           
 double[] getTimesInSeconds()
           
 void setFreqsHz(double[] frequencyHz)
           
 void setTimesInSeconds(double[] timeSeconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

timeSeconds

private double[] timeSeconds

frequencyHz

private double[] frequencyHz
Constructor Detail

TrainingContour

public TrainingContour(double[] timeSeconds,
                       double[] frequencyHz)
Method Detail

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()