Package com.sun.speech.freetts.cart
package com.sun.speech.freetts.cart
Provides interface and implementations of several Classification
and Regression Trees (CART) based on the Breiman, Friedman, Olshen,
and Stone document "Classification and Regression Trees."
Wadsworth, Belmont, CA, 1984.
-
ClassDescriptionGeneric interface for Classification and Regression Trees (CARTs) based on the Breiman, Friedman, Olshen, and Stone document "Classification and Regression Trees."Implementation of a Classification and Regression Tree (CART) that is used more like a binary decision tree, with each node containing a decision or a final value.Determines duration timing for
Relation.SEGMENT
relations in an utterance.Annotates theRelation.SYLLABLE
relations of an utterance with "accent" and "endtone" features.Creates aRelation.PHRASE
relation, groupingRelation.WORD
relations by breaks.