public class HTSPStream extends Object
Modifier and Type | Field and Description |
---|---|
HMMData.FeatureType |
feaType
type of features it contains
|
static int |
NUM |
static int |
WLEFT |
static int |
WRIGHT |
Constructor and Description |
---|
HTSPStream(int vector_size,
int utt_length,
HMMData.FeatureType fea_type,
int maxIterationsGV) |
Modifier and Type | Method and Description |
---|---|
void |
fixDynFeatOnBoundaries()
dynamic features must be 0.0f for the rightmost (and also leftmost?) parameter prior to optimization
|
int |
getDWLeftBoundary(int i) |
int |
getDWRightBoundary(int i) |
int |
getOrder() |
double |
getPar(int i,
int j) |
double[] |
getParVec(int i) |
int |
getT() |
int |
getVsize() |
void |
mlpg(HMMData htsData) |
void |
mlpg(HMMData htsData,
boolean useGV) |
void |
setGvMeanVar(double[] mean,
double[] ivar) |
void |
setGvSwitch(int i,
boolean bv) |
void |
setIvseq(int i,
int j,
double val) |
void |
setMseq(int i,
double[] vec) |
void |
setMseq(int i,
int j,
double val) |
void |
setPar(int i,
int j,
double val) |
void |
setVseq(int i,
double[] vec) |
public static final int WLEFT
public static final int WRIGHT
public static final int NUM
public final HMMData.FeatureType feaType
public HTSPStream(int vector_size, int utt_length, HMMData.FeatureType fea_type, int maxIterationsGV) throws Exception
Exception
public int getDWLeftBoundary(int i)
public int getDWRightBoundary(int i)
public int getVsize()
public int getOrder()
public void setPar(int i, int j, double val)
public double getPar(int i, int j)
public double[] getParVec(int i)
public int getT()
public void setMseq(int i, int j, double val)
public void setMseq(int i, double[] vec)
public void setVseq(int i, double[] vec)
public void setIvseq(int i, int j, double val)
public void setGvMeanVar(double[] mean, double[] ivar)
public void setGvSwitch(int i, boolean bv)
public void fixDynFeatOnBoundaries()
public void mlpg(HMMData htsData)
public void mlpg(HMMData htsData, boolean useGV)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.