c

com.datasolvr.services.alm

ProbabilityModel

class ProbabilityModel[TModelPoint, TModelState] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProbabilityModel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProbabilityModel(intensities: Map[Edge[TModelState], (TModelPoint, Time) => Double], calculationKeyExtractor: Option[(TModelPoint) => Product] = None)

Type Members

  1. type CacheKey = (Product, TModelState, Time)
  2. type Matrix = Array[Array[Double]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cacheCountStaying: Int
  6. def cacheCountTransitions: Int
  7. def cacheKeyFor(mp: TModelPoint): Option[Product]
  8. val calculationKeyExtractor: Option[(TModelPoint) => Product]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. val i2s: Map[Int, TModelState]
  15. val intensities: Map[Edge[TModelState], (TModelPoint, Time) => Double]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def mXm(a: Matrix, b: Matrix): Matrix
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. val s2i: Map[TModelState, Int]
  22. val space: IndexedSeq[TModelState]
  23. def stepIntensity(mp: TModelPoint, fromState: TModelState, time: Time, to: TModelState): Double
  24. def stepMatrix(mp: TModelPoint, time: Time): Matrix
  25. def stepStayingProbability(mp: TModelPoint, inState: TModelState, time: Time): Double
  26. def stepTransitionProbabilities(mp: TModelPoint, fromState: TModelState, time: Time): Iterable[TransitionProbability[TModelState]]
  27. def stepTransitionProbability(mp: TModelPoint, fromState: TModelState, to: TModelState, time: Time): Double
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def transitionProbabilities(mp: TModelPoint, fromStates: List[TModelState], toStates: List[TModelState], from: Time, to: Time): Double
  31. def transitionProbabilities(mp: TModelPoint, fromStates: List[TModelState], toState: TModelState, from: Time, to: Time): Double
  32. def transitionProbabilities(mp: TModelPoint, fromState: TModelState, toStates: List[TModelState], from: Time, to: Time): Double
  33. def transitionProbabilities(mp: TModelPoint, fromCondition: (TModelState) => Boolean, toCondition: (TModelState) => Boolean, from: Time, to: Time): Double
  34. def transitionProbabilities(mp: TModelPoint, fromState: TModelState, toState: TModelState, from: Time, to: Time): Double
  35. def transitions: Iterable[Edge[TModelState]]
  36. def uninterruptedStayingProbability(mp: TModelPoint, inState: TModelState, from: Time, to: Time): Double
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped