object KMeansPPClustererTest2 extends App with KMeansPPClustererTester
The KMeansPPClustererTest2
object is used to test the KMeansPlusPlusClusterer
class.
> runMain scalation.analytics.clusterer.KMeansPPClustererTest2
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KMeansPPClustererTest2
- KMeansPPClustererTester
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val coin: Bernoulli
- val dist1: Normal
- val dist2: Normal
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val k: Int
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val opt: Int
-
def
test(x: MatriD, k: Int, opt: Double = -1, plot: Boolean = false, nstreams: Int = 1000): Unit
Test ...
Test ...
- Definition Classes
- KMeansPPClustererTester
-
def
test2(x: MatriD, k: Int, opt: Double = -1, plot: Boolean = false, nstreams: Int = 1000): Unit
Test ...
Test ...
- Definition Classes
- KMeansPPClustererTester
- val x: MatrixD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear