org.encog.ml.bayesian.parse
public class ParsedEvent extends Object
| Constructor and Description |
|---|
ParsedEvent(String theLabel)
Construct a parsed even with the specified label.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public ParsedEvent(String theLabel)
theLabel - 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()
Copyright © 2014. All Rights Reserved.