|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.dfki.lt.mary.htsengine.HTSTree
public class HTSTree
Decision trees. Java port and extension of HTS engine version 2.0 Extension: mixed excitation
| Constructor Summary | |
|---|---|
HTSTree()
|
|
| Method Summary | |
|---|---|
HTSNode |
getLeaf()
|
HTSTree |
getNext()
|
HTSNode |
getRoot()
|
int |
getState()
|
void |
insertNext()
|
void |
setLeaf(HTSNode lnode)
|
void |
setRoot(HTSNode rnode)
|
void |
setState(int var)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTSTree()
| Method Detail |
|---|
public void insertNext()
public HTSTree getNext()
public void setState(int var)
public int getState()
public void setRoot(HTSNode rnode)
public HTSNode getRoot()
public void setLeaf(HTSNode lnode)
public HTSNode getLeaf()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||