object
Model
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
NumSplits: Int
-
def
apply[T, U](ts: T*)(implicit toGen: ToGenerator[T, U]): Model
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
empty: Model
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
likelihood(real: Real): Model
-
def
likelihoods(reals: List[Real]): Model
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
observe[X, Y, D <: Distribution[Y]](ys: Seq[Y], lhs: Vec[D]): Model
-
def
observe[Y](ys: Seq[Y], lh: Distribution[Y]): Model
-
-
-
def
split[T](ts: Seq[T]): (List[T], List[List[T]])
-
def
split[T](ts: Vec[T]): (Vec[T], List[Vec[T]])
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
track(track: Set[Real]): Model
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit