Documentation of 'org.encog.ml.bayesian.parse.ParsedEvent' Java class
ParsedEvent
org.encog.ml.bayesian.parse

Class ParsedEvent



  • public class ParsedEvent
    extends java.lang.Object
    A parsed event.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ParsedEvent(java.lang.String theLabel)
      Construct a parsed even with the specified label.
    • Constructor Detail

      • ParsedEvent

        public ParsedEvent(java.lang.String theLabel)
        Construct a parsed even with the specified label.
        Parameters:
        theLabel - The label for this event.
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Returns:
        The value for this event, or null if undefined.
      • setValue

        public void setValue(java.lang.String value)
        Set the value for this event.
        Parameters:
        value - The value for this event.
      • getLabel

        public java.lang.String getLabel()
        Returns:
        The label for this event.
      • resolveValue

        public int resolveValue(BayesianEvent actualEvent)
        Resolve the event to an actual value.
        Parameters:
        actualEvent - The actual event.
        Returns:
        The value.
      • getList

        public java.util.List<ParsedChoice> getList()
        Returns:
        A list of choices.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.