diva.sketch.rcl
Class BasicStrokeBuilder
java.lang.Object
diva.util.xml.AbstractXmlBuilder
diva.sketch.rcl.BasicStrokeBuilder
- All Implemented Interfaces:
- XmlBuilder
public class BasicStrokeBuilder
- extends AbstractXmlBuilder
Build a BasicStrokeRecognizer using the trainingFile
parameter.
- Version:
- $Revision: 1.3 $
- Author:
- Michael Shilman (michaels@eecs.berkeley.edu)
Field Summary |
static String |
TRAINING_PARAM
The parameter for the training file that will be
used to train the recognizer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRAINING_PARAM
public static final String TRAINING_PARAM
- The parameter for the training file that will be
used to train the recognizer.
- See Also:
- Constant Field Values
BasicStrokeBuilder
public BasicStrokeBuilder()
build
public Object build(XmlElement elt,
String type)
throws Exception
- Build a BasicStrokeRecognizer using the trainingFile
parameter.
- Specified by:
build
in interface XmlBuilder
- Specified by:
build
in class AbstractXmlBuilder
- Throws:
Exception
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.