|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
public class SenoneSequence
Contains an ordered list of senones.
| Constructor Summary | |
|---|---|
SenoneSequence(Senone[] sequence)
Constructs a senone sequence |
|
| Method Summary | |
|---|---|
static SenoneSequence |
create(java.util.List senoneList)
a factory method that creates a SeononeSequence from a list of senones. |
void |
dump(java.lang.String msg)
Dumps this senone sequence |
boolean |
equals(java.lang.Object o)
Returns true if the objects are equal |
Senone[] |
getSenones()
Returns the ordered set of senones for this sequence |
int |
hashCode()
Returns the hashCode for this object |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SenoneSequence(Senone[] sequence)
sequence - the ordered set of senones for this sequence| Method Detail |
|---|
public static SenoneSequence create(java.util.List senoneList)
senoneList - the list of senones
public Senone[] getSenones()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic void dump(java.lang.String msg)
msg - a string annotation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||