Documentation of 'org.encog.ml.bayesian.training.estimator.SimpleEstimator' Java class
SimpleEstimator
org.encog.ml.bayesian.training.estimator

Class SimpleEstimator

  • All Implemented Interfaces:
    BayesEstimator


    public class SimpleEstimator
    extends java.lang.Object
    implements BayesEstimator
    A simple probability estimator.
    • Constructor Detail

      • SimpleEstimator

        public SimpleEstimator()
    • Method Detail

      • calculateProbability

        public double calculateProbability(BayesianEvent event,
                                           int result,
                                           int[] args)
        Calculate the probability.
        Parameters:
        event - The event.
        result - The result.
        args - The arguments.
        Returns:
        The probability.
      • iteration

        public boolean iteration()
        Perform an iteration.
        Specified by:
        iteration in interface BayesEstimator
        Returns:
        True, if we should contune.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.