inpro.pitch
Class PitchCandidate

java.lang.Object
  extended by inpro.pitch.PitchCandidate

public class PitchCandidate
extends java.lang.Object


Field Summary
 int frame
           
private  double pitchHz
           
private  double score
           
 
Constructor Summary
PitchCandidate()
           
PitchCandidate(double pitchHz, double score)
           
 
Method Summary
 double getScore()
           
 double pitchInCent()
           
 double pitchInHz()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

score

private double score

frame

public int frame

pitchHz

private double pitchHz
Constructor Detail

PitchCandidate

public PitchCandidate()

PitchCandidate

public PitchCandidate(double pitchHz,
                      double score)
Method Detail

getScore

public double getScore()

pitchInHz

public double pitchInHz()

pitchInCent

public double pitchInCent()