o

scalation.analytics.clusterer

KMeansClustererTest4

object KMeansClustererTest4 extends App

The KMeansClustererTest4 object is used to test the KMeansClusterer class. > runMain scalation.analytics.clusterer.KMeansClustererTest4

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KMeansClustererTest4
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val coin: Bernoulli
  2. val dist1: Normal
  3. val dist2: Normal
  4. final val executionStart: Long
    Definition Classes
    App
  5. val k: Int
  6. final def main(args: Array[String]): Unit
    Definition Classes
    App
  7. val opt: Double
  8. val tf: Array[Boolean]
  9. val x: MatrixD

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear