Packages

t

scalation.analytics.clusterer

KMeansPPClustererTester

trait KMeansPPClustererTester extends AnyRef

The KMeansPPClustererTester trait includes a test function to aid in the testing of the KMeansPPClusterer class.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KMeansPPClustererTester
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def checkEmpty(cls: Array[Int], k: Int): Unit
  2. def test(v: MatrixD, k: Int, opt: Double = -1, plot: Boolean = false, nstreams: Int = 1000): Unit
  3. def test2(v: MatrixD, k: Int, opt: Double = -1, plot: Boolean = false, nstreams: Int = 1000): Unit