Packages

object WeightVect extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WeightVect
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def add(first: Vector[Double], second: Vector[Double]): Vector[Double]
  2. lazy val rand: Random
  3. def randomVec(length: Int, damp: Double = 0.0): Vector[Double]
  4. def sum(vs: Seq[Vector[Double]], accum: Vector[Double] = Vector(0)): Vector[Double]
    Annotations
    @tailrec()