|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.ml.bayesian.parse.ParsedEvent
public class ParsedEvent
A parsed event.
| Constructor Summary | |
|---|---|
ParsedEvent(String theLabel)
Construct a parsed even with the specified label. |
|
| Method Summary | |
|---|---|
String |
getLabel()
|
List<ParsedChoice> |
getList()
|
String |
getValue()
|
int |
resolveValue(BayesianEvent actualEvent)
Resolve the event to an actual value. |
void |
setValue(String value)
Set the value for this event. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParsedEvent(String theLabel)
theLabel - | Method Detail |
|---|
public String getValue()
public void setValue(String value)
value - The value for this event.public String getLabel()
public int resolveValue(BayesianEvent actualEvent)
actualEvent - The actual event.
public List<ParsedChoice> getList()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||