Serialized Form


Package arch

Class arch.PhoneInventory extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

monophones

java.util.HashMap<K,V> monophones
the roots of the phone hierarchy, mapped for convenient access


allPhones

java.util.HashSet<E> allPhones
container for all polyphones

Class arch.Polyphone extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

left

java.lang.String[] left
left context, including boundaries


right

java.lang.String[] right
right context, including boundaries


phone

java.lang.String phone
central phone


lessContext

Polyphone lessContext
polyphone w/ less context, if any


moreContext

Polyphone[] moreContext
polyphone(s) w/ more context, if any


hash

java.lang.String hash
internal hash String, requires update if context is changed


hashval

int hashval
internal hash number, reuires update if context is changed


INSTANCE_ID

long INSTANCE_ID
unique ID


occurrences

int occurrences
number of occurrences in the training set


hmm

HMM hmm
acoustic model associated with this polyphone


Package exceptions

Class exceptions.DataSetException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class exceptions.EvaluationException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class exceptions.InvalidFormatException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

problem

java.lang.String problem

fileName

java.lang.String fileName

lineNumber

long lineNumber

Class exceptions.MalformedParameterStringException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class exceptions.OutOfVocabularyException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class exceptions.TrainingException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package statistics

Class statistics.Density extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fd

int fd
feature dimension


id

int id
Density ID


apr

double apr
prior probability


lapr

double lapr
log(apr)


logdet

double logdet
cached version of log(Det)


logpiconst

double logpiconst
cached version of the log(pi) constant


mue

double[] mue
mean vector


cov

double[] cov
covariance matrix: either diagonal, or packed lower triangle

Class statistics.DensityDiagonal extends Density implements Serializable

serialVersionUID: 1L

Class statistics.DensityFull extends Density implements Serializable

serialVersionUID: 1L

Serialized Fields

L

double[] L
cov = L L^T where L is a lower triangular, packed matrix; Cholesky decomposition!


y

double[] y
cache for forward substitution

Class statistics.MixtureDensity extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nd

int nd
number of densities


fd

int fd
feature dimension


id

int id
mixture id


densities

Density[] densities
component densities


name

java.lang.String name
give it a name if you want...


diagonal

boolean diagonal

Class statistics.Sample extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

c

int c
correct label


y

int y
classified label


x

double[] x
data vector


Package visual

Class visual.Visualizer1D extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

source

FrameSource source
Frame source to read from


fs

int fs
incoming frame size


buf

double[] buf
internal buffer


title

java.lang.String title
title of the plot


log

boolean log
apply log to the data?


max

double max

min

double min

Class visual.Visualizer2D extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

source

FrameSource source

fs

int fs

bs

int bs

blt

java.awt.image.BufferedImage blt

title

java.lang.String title

log

boolean log

min

double min

max

double max

ind

int ind

ringbuf

double[][] ringbuf