class ParDistEq extends RecParDistEq
- Alphabetic
- By Inheritance
- ParDistEq
- RecParDistEq
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ParDistEq(nodeCoeffSeqParam: NodeCoeffSeq[ParMapState, Double], varWeight: Double = 0.3, memo: ParDistEqMemo = new ParDistEqMemo)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (ParDistEq, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def ensuring(cond: (ParDistEq) => Boolean, msg: => Any): ParDistEq
- def ensuring(cond: (ParDistEq) => Boolean): ParDistEq
- def ensuring(cond: Boolean, msg: => Any): ParDistEq
- def ensuring(cond: Boolean): ParDistEq
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val memo: ParDistEqMemo
- Definition Classes
- ParDistEq → RecParDistEq
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextStateEqs(initState: ParMapState, cutoff: Double, maxDepth: Option[Int] = None, halted: => Boolean = false): (ParMapState, ParSet[EquationNode])
- Definition Classes
- RecParDistEq
- def nodeCoeffDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(nodeCoeffs: NodeCoeffs[ParMapState, Double, HNil, Y], epsilon: Double, rv: RandomVar[Y]): (ParMap[Y, Double], ParSet[EquationNode])
- Definition Classes
- RecParDistEq
- def nodeCoeffFamilyDist[Dom <: HList, Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(nodeCoeffs: NodeCoeffs[ParMapState, Double, Dom, Y], epsilon: Double)(arg: Dom): (ParMap[Y, Double], ParSet[EquationNode])
- Definition Classes
- RecParDistEq
- val nodeCoeffSeq: NodeCoeffSeq[ParMapState, Double]
- Definition Classes
- ParDistEq → RecParDistEq
- def nodeDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNode: GeneratorNode[Y], epsilon: Double, coeff: Expression): (ParMap[Y, Double], ParSet[EquationNode])
- Definition Classes
- RecParDistEq
- def nodeDistCalc[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNode: GeneratorNode[Y], epsilon: Double, coeff: Expression): (ParMap[Y, Double], ParSet[EquationNode])
- Definition Classes
- ParDistEq → RecParDistEq
- def nodeFamilyDistFunc[Dom <: HList, Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(generatorNodeFamily: GeneratorNodeFamily[Dom, Y], epsilon: Double)(arg: Dom): (ParMap[Y, Double], ParSet[EquationNode])
- Definition Classes
- RecParDistEq
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def varDist[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVar: RandomVar[Y], epsilon: Double): (ParMap[Y, Double], ParSet[EquationNode])
- Definition Classes
- RecParDistEq
- def varDistCalc[Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVar: RandomVar[Y], epsilon: Double): (ParMap[Y, Double], ParSet[EquationNode])
- Definition Classes
- RecParDistEq
- def varFamilyDistFunc[RDom <: HList, Y](initState: ParMapState, maxDepth: Option[Int], halted: => Boolean)(randomVarFmly: RandomVarFamily[RDom, Y], epsilon: Double)(arg: RDom): (ParMap[Y, Double], ParSet[EquationNode])
- Definition Classes
- RecParDistEq
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (ParDistEq, B)
- Implicit
- This member is added by an implicit conversion from ParDistEq toArrowAssoc[ParDistEq] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.