Package | Description |
---|---|
marytts.cart | |
marytts.cart.io | |
marytts.tools.voiceimport |
Modifier and Type | Class and Description |
---|---|
static class |
LeafNode.FeatureVectorLeafNode |
static class |
LeafNode.FloatLeafNode
A leaf class that is suitable for regression trees.
|
static class |
LeafNode.IntAndFloatArrayLeafNode |
static class |
LeafNode.IntArrayLeafNode
An LeafNode class suitable for representing the leaves of classification trees -- the leaf is a collection of items
identified by an index number.
|
static class |
LeafNode.PdfLeafNode
A leaf class that is suitable for regression trees.
|
static class |
LeafNode.StringAndFloatLeafNode |
Modifier and Type | Method and Description |
---|---|
Iterator<LeafNode> |
DirectedGraph.getLeafNodeIterator()
Return an iterator which returns all leaf nodes in the tree exactly once.
|
Iterable<LeafNode> |
DirectedGraph.getLeafNodes()
A representation of the corresponding node iterator that can be used in extended for() statements.
|
Modifier and Type | Method and Description |
---|---|
static Node |
CART.replaceLeafByCart(CART cart,
LeafNode leaf)
In this tree, replace the given leaf with the given CART
|
Modifier and Type | Method and Description |
---|---|
protected LeafNode |
WagonCARTReader.createFeatureVectorLeafNode(String line) |
protected LeafNode |
WagonCARTReader.createFloatLeafNode(String line) |
protected LeafNode |
WagonCARTReader.createIntAndFloatArrayLeafNode(String line) |
protected LeafNode |
WagonCARTReader.createIntArrayLeafNode(String line) |
protected LeafNode |
WagonCARTReader.createLeafNode(String line)
For a line representing a leaf in Wagon format, create a leaf.
|
protected LeafNode |
WagonCARTReader.createStringAndFloatLeafNode(String line) |
Modifier and Type | Field and Description |
---|---|
protected LeafNode |
CARTBuilder.WagonCallerThread.leafToReplace |
Constructor and Description |
---|
CARTBuilder.WagonCallerThread(String id,
LeafNode leafToReplace,
FeatureDefinition featureDefinition,
FeatureVector[] featureVectors,
String descFilename,
String valueFilename,
String distanceTableFilename,
String cartFilename,
int balance,
int stop,
String ESTDIR) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.