Package

com.stripe.rainier

compute

Permalink

package compute

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Coefficients extends AnyRef

    Permalink
  2. final case class Compiler(methodSizeLimit: Int, classSizeLimit: Int) extends Product with Serializable

    Permalink
  3. trait Encoder[T] extends AnyRef

    Permalink
  4. class Evaluator extends Numeric[Real]

    Permalink
  5. trait LowPriToReal extends AnyRef

    Permalink
  6. sealed trait NonConstant extends Real

    Permalink
  7. class PartialEvaluator extends AnyRef

    Permalink
  8. sealed trait Real extends AnyRef

    Permalink
  9. case class Recording(params: List[List[Double]]) extends Product with Serializable

    Permalink
  10. class Target extends AnyRef

    Permalink
  11. case class TargetGroup(base: Real, batched: List[Target], variables: List[Variable]) extends Product with Serializable

    Permalink
  12. trait ToMap[T] extends AnyRef

    Permalink

    Describes a mapping from an arbitrary class with known key/value pairs, such as a case class, to a Map[String, Double].

    Describes a mapping from an arbitrary class with known key/value pairs, such as a case class, to a Map[String, Double].

    This allows for T to be encoded in real-space via lifting the map to a Map[String, Real].

  13. sealed abstract class ToReal[A] extends AnyRef

    Permalink

    We use this typeclass to avoid totally general implicit conversions to real which we might otherwise reach for in RandomVariable

  14. final class Variable extends NonConstant

    Permalink

Value Members

  1. object Coefficients

    Permalink
  2. object Compiler extends Serializable

    Permalink
  3. object Encoder

    Permalink
  4. object Log extends Logger

    Permalink
  5. object Lookup

    Permalink
  6. object PartialEvaluator

    Permalink
  7. object Real

    Permalink
  8. object RealViz

    Permalink
  9. object Recording extends Serializable

    Permalink
  10. object Target

    Permalink
  11. object TargetGroup extends Serializable

    Permalink
  12. object ToReal extends LowPriToReal

    Permalink

Ungrouped