|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectedGraph | |
|---|---|
| marytts.cart | |
| marytts.cart.io | |
| marytts.modules | All the modules doing the actual processing. |
| marytts.modules.synthesis | Internals of the synthesis module. |
| marytts.tools.voiceimport.traintrees | |
| Uses of DirectedGraph in marytts.cart |
|---|
| Subclasses of DirectedGraph in marytts.cart | |
|---|---|
class |
CART
A tree is a specific kind of directed graph in which each node can have only a single parent node. |
class |
FeatureVectorCART
|
class |
StringPredictionTree
|
| Constructors in marytts.cart with parameters of type DirectedGraph | |
|---|---|
NodeIterator(DirectedGraph graph,
boolean showLeafNodes,
boolean showDecisionNodes,
boolean showDirectedGraphNodes)
Iterate over all nodes in the graph. |
|
| Uses of DirectedGraph in marytts.cart.io |
|---|
| Methods in marytts.cart.io that return DirectedGraph | |
|---|---|
DirectedGraph |
DirectedGraphReader.load(java.lang.String fileName)
Load the directed graph from the given file |
| Methods in marytts.cart.io with parameters of type DirectedGraph | |
|---|---|
void |
DirectedGraphWriter.saveGraph(DirectedGraph graph,
java.lang.String destFile)
Dump the graph in Mary format |
void |
DirectedGraphWriter.toTextOut(DirectedGraph graph,
java.io.PrintWriter pw)
|
| Uses of DirectedGraph in marytts.modules |
|---|
| Fields in marytts.modules declared as DirectedGraph | |
|---|---|
protected DirectedGraph |
CARTDurationModeller.cart
Deprecated. |
protected DirectedGraph |
PolynomialF0Modeller.contourGraph
|
| Uses of DirectedGraph in marytts.modules.synthesis |
|---|
| Fields in marytts.modules.synthesis declared as DirectedGraph | |
|---|---|
protected DirectedGraph |
Voice.durationGraph
|
protected DirectedGraph |
Voice.f0Graph
|
| Methods in marytts.modules.synthesis that return DirectedGraph | |
|---|---|
DirectedGraph |
Voice.getDurationGraph()
|
DirectedGraph |
Voice.getF0Graph()
|
| Uses of DirectedGraph in marytts.tools.voiceimport.traintrees |
|---|
| Methods in marytts.tools.voiceimport.traintrees that return DirectedGraph | |
|---|---|
DirectedGraph |
AgglomerativeClusterer.cluster()
|
DirectedGraph |
AgglomerativeClusterer.getGraph()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||