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

Class ParseProbability



  • public class ParseProbability
    extends java.lang.Object
    Used to parse probability strings for the Bayes networks.
    • Constructor Detail

      • ParseProbability

        public ParseProbability(BayesianNetwork theNetwork)
        Parse the probability for the specified network.
        Parameters:
        theNetwork - THe network to parse for.
    • Method Detail

      • parse

        public ParsedProbability parse(java.lang.String line)
        Parse the given line.
        Parameters:
        line - The line to parse.
        Returns:
        The parsed probability.
      • parseProbabilityList

        public static java.util.List<ParsedProbability> parseProbabilityList(BayesianNetwork network,
                                                                             java.lang.String line)
        Parse a probability list.
        Parameters:
        network - The network to parse for.
        line - The line to parse.
        Returns:
        The parsed list.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.