package rainier
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
Categorical[+T](pmfSeq: List[(T, Double)]) extends Product with Serializable
A finite discrete distribution.
A finite discrete distribution.
- pmfSeq
A map with keys corresponding to the possible outcomes and values corresponding to the probabilities of those outcomes.
- trait CategoricalInstances extends AnyRef
Value Members
- object Categorical extends CategoricalInstances with Serializable
edit this text on github
ScalaRL
This is the API documentation for the ScalaRL functional reinforcement learning library.
Further documentation for ScalaRL can be found at the documentation site.
Check out the ScalaRL package list for all the goods.