| Modifier and Type | Method and Description |
|---|---|
Data |
FrameDecoder.getData() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Scoreable
Represents an entity that can be scored against a data
|
| Modifier and Type | Method and Description |
|---|---|
Data |
SimpleAcousticScorer.calculateScores(java.util.List<? extends Scoreable> scoreableList)
Scores the given set of states.
|
Data |
AcousticScorer.calculateScores(java.util.List<? extends Scoreable> scorableList)
Scores the given set of states over previously stored acoustic data if any or a new one
|
Data |
SimpleAcousticScorer.calculateScoresAndStoreData(java.util.List<? extends Scoreable> scoreableList) |
Data |
AcousticScorer.calculateScoresAndStoreData(java.util.List<? extends Scoreable> scorableList)
Scores the given set of states over previously acoustic data from frontend
and stores latter in the queue
|
protected Data |
SimpleAcousticScorer.calculateScoresForData(java.util.List<? extends Scoreable> scoreableList,
Data data) |
protected Data |
SimpleAcousticScorer.getNextData() |
| Modifier and Type | Method and Description |
|---|---|
float |
Scoreable.calculateScore(Data data)
Calculates a score against the given data.
|
protected Data |
SimpleAcousticScorer.calculateScoresForData(java.util.List<? extends Scoreable> scoreableList,
Data data) |
protected <T extends Scoreable> |
ThreadedAcousticScorer.doScoring(java.util.List<T> scoreableList,
Data data) |
protected <T extends Scoreable> |
SimpleAcousticScorer.doScoring(java.util.List<T> scoreableList,
Data data)
Scores a a list of
Scoreables given a Data
-object. |
float[] |
ScoreProvider.getComponentScore(Data feature)
Provides component score
|
float |
ScoreProvider.getScore(Data data)
Provides the score
|
| Modifier and Type | Class and Description |
|---|---|
class |
Token
Represents a single state in the recognition trellis.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
Token.getData()
Returns the feature for this Token.
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
Token.calculateComponentScore(Data feature) |
float |
Token.calculateScore(Data feature)
Calculates a score against the given feature.
|
void |
Token.setData(Data data)
Sets the feature for this Token.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataEndSignal
A signal that indicates the end of data.
|
class |
DataStartSignal
A signal that indicates the start of data.
|
class |
DoubleData
A Data object that holds data of primitive type double.
|
class |
FloatData
A Data object that holds data of primitive type float.
|
class |
Signal
Indicates events like beginning or end of data, data dropped, quality changed, etc..
|
| Modifier and Type | Method and Description |
|---|---|
Data |
GainControlProcessor.getData() |
Data |
FrontEnd.getData()
Returns the processed Data output, basically calls
getData() on the last processor. |
Data |
DataProcessor.getData()
Returns the processed Data output.
|
Data |
DataBlocker.getData() |
abstract Data |
BaseDataProcessor.getData()
Returns the processed Data output.
|
Data |
AutoCepstrum.getData()
Returns the processed Data output, basically calls
getData() on the last processor. |
| Modifier and Type | Method and Description |
|---|---|
static FloatData |
FloatData.toFloatData(Data data)
Converts a given Data-object into a
FloatData if possible. |
| Modifier and Type | Method and Description |
|---|---|
Data |
FrontEndSplitter.getData()
Reads and returns the next Data frame or return
null if no data is available. |
Data |
DataBufferProcessor.getData()
Returns the processed Data output.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Data> |
DataBufferProcessor.getBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataListener.processDataFrame(Data data)
This method is invoked when a new
Data object becomes available. |
void |
DataBufferProcessor.processDataFrame(Data data) |
| Modifier and Type | Method and Description |
|---|---|
Data |
Denoise.getData() |
| Modifier and Type | Class and Description |
|---|---|
class |
SpeechClassifiedData
A container for DoubleData class that indicates whether the contained DoubleData is speech or not.
|
class |
SpeechEndSignal
A signal that indicates the end of speech.
|
class |
SpeechStartSignal
A signal that indicates the start of speech.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
SpeechMarker.getData()
Returns the next Data object.
|
Data |
SpeechClassifier.getData()
Returns the next Data object.
|
| Modifier and Type | Method and Description |
|---|---|
protected Data |
S3FeatureExtractor.computeNextFeature()
Computes the next feature.
|
protected Data |
KaldiDeltasFeatureExtractor.computeNextFeature() |
protected Data |
DeltasFeatureExtractor.computeNextFeature()
Computes the next feature.
|
protected Data |
ConcatFeatureExtractor.computeNextFeature()
Computes the next feature.
|
protected abstract Data |
AbstractFeatureExtractor.computeNextFeature()
Computes the next feature.
|
Data |
LiveCMN.getData()
Returns the next Data object, which is a normalized Data produced by this
class.
|
Data |
FrameDropper.getData()
Returns the next Data object from this FrameDropper.
|
Data |
FeatureTransform.getData()
Returns the next Data object being processed by this LDA, or if it is a
Signal, it is returned without modification.
|
Data |
BatchVarNorm.getData()
Returns the next Data object, which is a normalized cepstrum.
|
Data |
BatchCMN.getData()
Returns the next Data object, which is a normalized cepstrum.
|
Data |
BatchAGC.getData()
Returns the next Data object, which is a normalized cepstrum.
|
Data |
AbstractFeatureExtractor.getData()
Returns the next Data object produced by this DeltasFeatureExtractor.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
Preemphasizer.getData()
Returns the next Data object being processed by this Preemphasizer, or if it is a Signal, it is returned without
modification.
|
Data |
EnergyFilter.getData()
Returns the next DoubleData object, skipping frames with zero energy
|
Data |
Dither.getData()
Returns the next DoubleData object, which is a dithered version of the input
|
| Modifier and Type | Method and Description |
|---|---|
Data |
PLPFrequencyFilterBank.getData()
Reads the next Data object, which is the power spectrum of an audio input frame.
|
Data |
PLPCepstrumProducer.getData()
Returns the next Data object, which is the PLP cepstrum of the input frame.
|
Data |
MelFrequencyFilterBank2.getData()
Reads the next Data object, which is the power spectrum of an audio
input frame.
|
Data |
MelFrequencyFilterBank.getData()
Reads the next Data object, which is the power spectrum of an audio input frame.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
Lifter.getData()
Returns the next DoubleData object, which is the lifted mel-cepstrum of
the input mel-cepstrum.
|
Data |
DiscreteFourierTransform.getData()
Reads the next DoubleData object, which is a data frame from which we'll compute the power spectrum.
|
Data |
DiscreteCosineTransform.getData()
Returns the next DoubleData object, which is the mel cepstrum of the input frame.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
WavWriter.getData() |
Data |
VUMeterMonitor.getData() |
Data |
StreamHTKCepstrum.getData()
Returns the next Data object, which is the mel cepstrum of the input frame.
|
Data |
StreamDataSource.getData()
Reads and returns the next Data from the InputStream of
StreamDataSource, return null if no data is read and end of file is
reached.
|
Data |
StreamCepstrumSource.getData()
Returns the next Data object, which is the mel cepstrum of the input frame.
|
Data |
Microphone.getData()
Reads and returns the next Data object from this Microphone, return null if there is no more audio data.
|
Data |
DataDumper.getData()
Reads and returns the next Data object from this DataProcessor, return
null if there is no more audio data.
|
Data |
DataConverter.getData() |
Data |
AudioFileDataSource.getData()
Reads and returns the next Data from the InputStream of StreamDataSource, return null if no data is read and end
of file is reached.
|
Data |
AudioContinuityTester.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
VUMeter.calculateVULevels(Data data) |
void |
EnergyPlotter.plot(Data cepstrum)
Plots the energy values of the given Data to System.out.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
RaisedCosineWindower.getData()
Returns the next Data object, which is usually a window of the input Data, with the windowing function applied to
it.
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
HMMState.calculateComponentScore(Data data) |
float |
HMMState.getScore(Data data)
Gets the score for this HMM state
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
SenoneHMMState.calculateComponentScore(Data feature)
Gets the scores for each mixture component in this HMM state
|
float[] |
Senone.calculateComponentScore(Data feature)
Calculates the component scores for the mixture components in this senone based upon the given feature.
|
float[] |
GaussianMixture.calculateComponentScore(Data feature)
Calculates the scores for each component in the senone.
|
float[] |
CompositeSenone.calculateComponentScore(Data feature)
Calculate scores for each component in the senone's distribution.
|
protected abstract float |
ScoreCachingSenone.calculateScore(Data feature)
Calculates the score for this senone based upon the given feature.
|
float |
GaussianMixture.calculateScore(Data feature) |
float |
CompositeSenone.calculateScore(Data feature)
Calculates the composite senone score.
|
float |
SenoneHMMState.getScore(Data feature)
Gets the score for this HMM state
|
float |
Senone.getScore(Data feature)
Calculates the score for this senone based upon the given feature.
|
float |
ScoreCachingSenone.getScore(Data feature)
Gets the cached score for this senone based upon the given feature.
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
DiagGmm.calculateComponentScore(Data data) |
float |
DiagGmm.calculateScore(Data data) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
SetBasedGaussianMixture.calculateComponentScore(Data feature)
Calculates the scores for each component in the senone.
|
float |
SetBasedGaussianMixture.calculateScore(Data feature) |
void |
MixtureComponentSet.updateScores(Data feature) |
void |
MixtureComponentSet.updateTopScores(Data feature) |
| Modifier and Type | Method and Description |
|---|---|
Data |
TrainerScore.getData()
Retrieves the Data.
|
| Constructor and Description |
|---|
TrainerScore(Data feature,
float probability,
HMMState state)
Creates a new buffer
|
TrainerScore(Data feature,
float probability,
HMMState state,
float[] logComponentProb)
Creates a new buffer
|
TrainerScore(Data feature,
float probability,
HMMState state,
float logAlpha,
float[] logComponentProb)
Creates a new buffer
|
TrainerScore(Data feature,
float probability,
HMMState state,
float logAlpha,
float logBeta,
float[] logComponentProb)
Creates a new buffer
|
TrainerScore(Data feature,
float probability,
int senone)
Creates a new TrainerScore
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
PhoneHmmSearchState.getComponentScore(Data feature) |
float |
PhoneHmmSearchState.getScore(Data data) |
| Modifier and Type | Method and Description |
|---|---|
float[] |
HMMStateState.getComponentScore(Data feature) |
float |
HMMStateState.getScore(Data feature)
Calculate the acoustic score for this state
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
LexTreeLinguist.LexTreeHMMState.getComponentScore(Data feature) |
float |
LexTreeLinguist.LexTreeHMMState.getScore(Data data) |
| Modifier and Type | Method and Description |
|---|---|
abstract Data |
FrameStatistics.getData()
Gets the feature associated with this frame
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Data> |
Result.getDataFrames()
Gets the feature frames associated with this result
|