| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Constructor and Description |
|---|
NodeIterator(DirectedGraph graph,
boolean showLeafNodes,
boolean showDecisionNodes,
boolean showDirectedGraphNodes)
Iterate over all nodes in the graph.
|
| Modifier and Type | Method and Description |
|---|---|
DirectedGraph |
DirectedGraphReader.load(InputStream inStream)
Load the directed graph from the given file
|
DirectedGraph |
DirectedGraphReader.load(String fileName)
Load the directed graph from the given file
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectedGraphWriter.saveGraph(DirectedGraph graph,
String destFile)
Dump the graph in Mary format
|
void |
DirectedGraphWriter.toTextOut(DirectedGraph graph,
PrintWriter pw) |
| Modifier and Type | Field and Description |
|---|---|
protected DirectedGraph |
CARTDurationModeller.cart
Deprecated.
|
protected DirectedGraph |
PolynomialF0Modeller.contourGraph |
| Modifier and Type | Field and Description |
|---|---|
protected DirectedGraph |
Voice.durationGraph |
protected DirectedGraph |
Voice.f0Graph |
| Modifier and Type | Method and Description |
|---|---|
DirectedGraph |
Voice.getDurationGraph() |
DirectedGraph |
Voice.getF0Graph() |
| Modifier and Type | Method and Description |
|---|---|
DirectedGraph |
AgglomerativeClusterer.cluster() |
DirectedGraph |
AgglomerativeClusterer.getGraph() |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.