Package

com.cra.figaro.patterns

learning

Permalink

package learning

Visibility
  1. Public
  2. All

Type Members

  1. class ModelParameters extends ElementCollection

    Permalink

    A class representing the prior and posterior parameters of a model

  2. case class ParameterArray(p: Parameter[Array[Double]]) extends ParameterType with Product with Serializable

    Permalink

    Learnable parameters whose MAP value is an array of doubles

  3. trait ParameterCollection extends AnyRef

    Permalink

    Defines a collection of prior or posterior parameters, obtained from a set of ModelParameters

  4. case class ParameterDouble(p: Parameter[Double]) extends ParameterType with Product with Serializable

    Permalink

    Learnable parameters whose MAP value is a double

  5. abstract class ParameterType extends AnyRef

    Permalink

    Case classes defining type parameters of parameter elements.

    Case classes defining type parameters of parameter elements. These are used for matching on return types of parameter collections, and for correctly instantiating elements from the posterior and prior parameters.

  6. case class PrimitiveArray(a: Array[Double]) extends ParameterType with Product with Serializable

    Permalink

    Parameters whose MAP value is an array of doubles

  7. case class PrimitiveDouble(d: Double) extends ParameterType with Product with Serializable

    Permalink

    Parameters whose MAP value is a double

Value Members

  1. object ModelParameters

    Permalink
  2. object ParameterType

    Permalink

Ungrouped