public interface Learner extends Configurable
Modifier and Type | Method and Description |
---|---|
TrainerScore[] |
getScore() |
void |
initializeComputation(Utterance utterance,
UtteranceGraph graph)
Initializes computation for current utterance and utterance graph.
|
void |
setGraph(UtteranceGraph graph)
Implements the setGraph method.
|
void |
setUtterance(Utterance utterance)
Sets the learner to use a utterance.
|
void |
start()
Starts the Learner.
|
void |
stop()
Stops the Learner.
|
newProperties
void start()
void stop()
void setUtterance(Utterance utterance) throws java.io.IOException
utterance
- the utterancejava.io.IOException
- if exception occurredvoid initializeComputation(Utterance utterance, UtteranceGraph graph) throws java.io.IOException
utterance
- the current utterancegraph
- the current utterance graphjava.io.IOException
- if exception occurredvoid setGraph(UtteranceGraph graph)
graph
- the graphTrainerScore[] getScore()