Package

com.cra.figaro.algorithm

learning

Permalink

package learning

Visibility
  1. Public
  2. All

Type Members

  1. abstract class EMTerminationCriteria extends AnyRef

    Permalink

    Termination criteria for EM algorithms.

    Termination criteria for EM algorithms. A termination criteria can be passed as an argument to the EM apply method.

  2. trait ExpectationMaximization extends Algorithm with ParameterLearner

    Permalink

    Expectation maximization iteratively produces an estimate of sufficient statistics for learnable parameters, then maximizes the parameters according to the estimate.

    Expectation maximization iteratively produces an estimate of sufficient statistics for learnable parameters, then maximizes the parameters according to the estimate. This trait can be extended with a different expectation or maximization algorithm; see the code for details.

  3. class ExpectationMaximizationWithFactors extends ExpectationMaximization

    Permalink

    An EM algorithm which learns parameters using a factored algorithm

  4. class GeneralizedEM extends ExpectationMaximization

    Permalink

    An EM algorithm which learns parameters using an inference algorithm provided as an argument

  5. class GeneralizedOnlineEM extends OnlineExpectationMaximization

    Permalink

    An EM algorithm which learns parameters using an inference algorithm provided as an argument

  6. class MaxIterations extends EMTerminationCriteria

    Permalink

    Terminate when the maximum number of iterations has been reached

  7. trait OnlineExpectationMaximization extends Online with ExpectationMaximization

    Permalink

    An EM algorithm which learns parameters incrementally

  8. class OnlineExpectationMaximizationWithFactors extends OnlineExpectationMaximization

    Permalink

    An online EM algorithm which learns parameters using a factored algorithm

  9. class SufficientStatisticsFactor extends AnyRef

    Permalink

    Methods for creating probabilistic factors associated with elements and their sufficient statistics.

  10. class SufficientStatisticsMagnitudes extends EMTerminationCriteria

    Permalink

    Terminate when the magnitude of sufficient statistics does not exhibit a change greater than the specified tolerance.

Value Members

  1. object EMTerminationCriteria

    Permalink
  2. object EMWithBP

    Permalink
  3. object EMWithImportance

    Permalink
  4. object EMWithMH

    Permalink
  5. object EMWithVE

    Permalink

Ungrouped