Packages

package sphere

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Package Members

  1. package impl

Type Members

  1. trait Edge extends AnyRef
  2. trait Loc extends AnyRef
  3. trait LocVar extends Loc
  4. trait Node extends Loc
  5. trait Observer extends AnyRef
  6. trait PD extends AnyRef

    Probability distribution.

  7. final case class Polar(theta: Double, phi: Double) extends Loc with Product with Serializable
  8. final case class Pt3(x: Double, y: Double, z: Double) extends Product with Serializable
  9. trait SphereGNG extends AnyRef

    A variant of the Growing Neural Gas with Utility (GNG-U) algorithm that uses spherical coordinates.

    A variant of the Growing Neural Gas with Utility (GNG-U) algorithm that uses spherical coordinates. Other changes include:

    - instead of an iteration count for 'lambda' for new node insertion, we use a probability

Value Members

  1. object Observer
  2. object PD
  3. object Polar extends Serializable
  4. object SphereGNG

Ungrouped