final case class Weight(w: Double) extends AnyVal with Product with Serializable
Value class that represents some Double-valued weight that can be applied to a type.
- Source
- Weight.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Weight
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Weight(w: Double)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def *(r: Weight): Weight
- def +(r: Weight): Weight
- def /(r: Weight): Weight
- def <(r: Weight): Boolean
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val w: Double
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.