Packages

case class EgUnif(n: Int) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EgUnif
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EgUnif(n: Int)

Value Members

  1. val dist: TFDist[Int]
  2. val geomDist: TFDist[Int]
  3. val geomFD: FiniteDistribution[Int]
  4. val geomShift: TFDist[Int]
  5. val klLoss: Output[Double]
  6. val klTrainOp: UntypedOp
  7. def klTuned(steps: Int): FiniteDistribution[Int]
  8. val loss: Output[Double]
  9. val n: Int
  10. val probVars: Vector[org.platanios.tensorflow.api.tf.Variable[Double]]
  11. val probs: Vector[Output[Double]]
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. val recLoss: Output[Double]
  14. val recTrainOp: UntypedOp
  15. def recTuned(steps: Int): FiniteDistribution[Int]
  16. val rnd: Random
  17. val session: Session
  18. val totSig: Output[Double]
  19. val trainOp: UntypedOp
  20. def tuned(steps: Int): FiniteDistribution[Int]