object Categorical extends CategoricalInstances with Serializable
- Source
- Categorical.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Categorical
- Serializable
- Serializable
- CategoricalInstances
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[T](pmf: Map[T, Double]): Categorical[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boolean(p: Double): Categorical[Boolean]
-
implicit
val
catMonad: Monad[Categorical]
- Definition Classes
- CategoricalInstances
-
implicit
def
catMonoid[A](implicit arg0: Monoid[A]): Monoid[Categorical[A]]
- Definition Classes
- CategoricalInstances
-
val
catToGenerator: FunctionK[Categorical, Generator]
- Definition Classes
- CategoricalInstances
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromSet[T](ts: Set[T]): Categorical[T]
-
implicit
def
gen[T]: ToGenerator[Categorical[T], T]
- Definition Classes
- CategoricalInstances
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalize[T](pmf: Map[T, Double]): Categorical[T]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def poisson(upperBound: Int, mean: Lambda): Categorical[Int]
- def pure[A](a: A): Categorical[A]
- def seq[T](ts: Seq[T]): Categorical[T]
-
val
setToCategorical: FunctionK[Set, Categorical]
- Definition Classes
- CategoricalInstances
- def softmax[A](as: Set[A])(implicit arg0: ToDouble[A]): Categorical[A]
- def softmax[A, B](m: Map[A, Double]): Categorical[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
toRainierCategorical: FunctionK[Categorical, stripe.rainier.core.Categorical]
- Definition Classes
- CategoricalInstances
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Poisson
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.