public interface SingleDecision extends GuideDecision
Modifier and Type | Method and Description |
---|---|
void |
addDecision(int code) |
void |
addDecision(java.lang.String symbol) |
boolean |
continueWithNextDecision() |
int |
getDecisionCode() |
int |
getDecisionCode(java.lang.String symbol) |
java.lang.String |
getDecisionSymbol() |
KBestList |
getKBestList() |
TableContainer.RelationToNextDecision |
getRelationToNextDecision() |
TableContainer |
getTableContainer() |
boolean |
updateFromKBestList() |
numberOfDecisions
clear
void addDecision(int code) throws MaltChainedException
MaltChainedException
void addDecision(java.lang.String symbol) throws MaltChainedException
MaltChainedException
int getDecisionCode() throws MaltChainedException
MaltChainedException
java.lang.String getDecisionSymbol() throws MaltChainedException
MaltChainedException
int getDecisionCode(java.lang.String symbol) throws MaltChainedException
MaltChainedException
KBestList getKBestList() throws MaltChainedException
MaltChainedException
boolean updateFromKBestList() throws MaltChainedException
MaltChainedException
boolean continueWithNextDecision() throws MaltChainedException
MaltChainedException
TableContainer getTableContainer()
TableContainer.RelationToNextDecision getRelationToNextDecision()
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.