Package edu.cmu.sphinx.instrumentation

Provides a set of classes that monitor and track operational aspects of the Sphinx system.

See:
          Description

Interface Summary
Monitor Common empty interface for Configurable monitors
Resetable Defines the interface for an object that is resetable
 

Class Summary
AccuracyTracker Tracks and reports recognition accuracy
BeamFinder Monitors the absolute and relative beam sizes required to achieve the optimum recognition results and reports this data.
BestConfidenceAccuracyTracker Tracks and reports recognition accuracy using the "confidenceScorer" component specified in the ConfigurationManager.
BestPathAccuracyTracker Tracks and reports recognition accuracy based upon the highest scoring path in a Result.
ConfigMonitor Shows the configuration currently in use.
MemoryTracker Monitors a recognizer for memory usage
RecognizerMonitor Monitor the state transitions of a given recognizer.
RejectionTracker Tracks and reports rejection accuracy.
SpeedTracker Monitors a recognizer for speed
 

Package edu.cmu.sphinx.instrumentation Description

Provides a set of classes that monitor and track operational aspects of the Sphinx system.