inpro.features
Class EOTTrainer

java.lang.Object
  extended by inpro.features.EOTFeatureAggregator
      extended by inpro.features.EOTTrainer
All Implemented Interfaces:
edu.cmu.sphinx.instrumentation.Resetable, edu.cmu.sphinx.util.props.Configurable, SignalFeatureListener, java.util.EventListener

public class EOTTrainer
extends EOTFeatureAggregator


Field Summary
private  double startTime
           
private  double stopTime
           
 
Fields inherited from class inpro.features.EOTFeatureAggregator
CLUSTERED_TIME, CONTINUOUS_TIME, currentFrameEnergyValue, currentPitchValue, currentVoicingValue, energyRegressions, framesIntoAudioAttribute, framesIntoAudioValue, includeFrameCount, instances, numAttributes, pitchRegressions, PROP_CLUSTER_TIME, PROP_CONTINUOUS_TIME, PROP_ENERGY_WINDOWS_LIST, PROP_FRAME_COUNT, PROP_PITCH_WINDOWS_LIST, PROP_VENERGY_WINDOWS_LIST, timeToEOT, turnBin, voicedEnergyRegressions
 
Constructor Summary
EOTTrainer()
           
 
Method Summary
 weka.core.Instance getCurrentInstance()
           
 double getEOTDistance()
           
 double getSOTDistance()
           
 double getTimeIntoTurn()
           
 void loadGoldStandard(java.lang.String filename)
           
 
Methods inherited from class inpro.features.EOTFeatureAggregator
createFeatures, getCurrentEnergy, getCurrentPitch, getNewestFeatures, getTimeIntoAudio, newProperties, newSignalFeatures, newSignalFeatures, printArffHeader, reset, setCurrentFrameEnergy, setCurrentPitch, setCurrentVoicing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

private double startTime

stopTime

private double stopTime
Constructor Detail

EOTTrainer

public EOTTrainer()
Method Detail

loadGoldStandard

public void loadGoldStandard(java.lang.String filename)

getSOTDistance

public double getSOTDistance()

getEOTDistance

public double getEOTDistance()

getTimeIntoTurn

public double getTimeIntoTurn()

getCurrentInstance

public weka.core.Instance getCurrentInstance()