package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
FrequencyTracker[A, B](items: Vector[(A, Int)], frequencies: Map[B, Int], f: (A) ⇒ B) extends Product with Serializable
Aggregating thing that also keeps track of frequencies.
Aggregating thing that also keeps track of frequencies. The item will be paired with a zero if this is the first time seeing it.
Value Members
- object FrequencyTracker extends 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.