public class FeatureVectorCART extends CART
featDef, logger, properties, rootNode| Constructor and Description |
|---|
FeatureVectorCART(MaryNode tree,
FeatureArrayIndexer ffi)
Convert the given Mary node tree into a CART with the leaves containing featureVectors
|
| Modifier and Type | Method and Description |
|---|---|
void |
load(String fileName,
FeatureDefinition featDefinition,
String[] setFeatureSequence) |
interpret, interpretToNode, interpretToNode, replaceLeafByCartgetDecisionNodeIterator, getDecisionNodes, getDirectedGraphNodeIterator, getDirectedGraphNodes, getFeatureDefinition, getLeafNodeIterator, getLeafNodes, getNodeIterator, getNodes, getNumNodes, getProperties, getRootNode, interpret, interpret, interpret, setRootNode, toStringpublic FeatureVectorCART(MaryNode tree, FeatureArrayIndexer ffi)
tree - the treeffi - the feature file indexer containing the feature vectorspublic void load(String fileName, FeatureDefinition featDefinition, String[] setFeatureSequence) throws IOException
IOExceptionCopyright © 2000–2016 DFKI GmbH. All rights reserved.