Packages

o

scalation.analytics.clusterer

KMeansPPClustererTest2

object KMeansPPClustererTest2 extends App with KMeansPPClustererTester

The KMeansPPClustererTest2 object is used to test the KMeansPlusPlusCluterer class. > runMain scalation.analytics.clusterer.KMeansPPClustererTest2

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

Value Members

  1. def checkEmpty(cls: Array[Int], k: Int): Unit
    Definition Classes
    KMeansPPClustererTester
  2. val coin: Bernoulli
  3. val dist1: Normal
  4. val dist2: Normal
  5. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  6. val k: Int
  7. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  8. val opt: Int
  9. def test(v: MatrixD, k: Int, opt: Double = -1, plot: Boolean = false, nstreams: Int = 1000): Unit
    Definition Classes
    KMeansPPClustererTester
  10. def test2(v: MatrixD, k: Int, opt: Double = -1, plot: Boolean = false, nstreams: Int = 1000): Unit
    Definition Classes
    KMeansPPClustererTester
  11. val v: 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