object MarkovClustererTest extends App
The MarkovClustererTest
object is used to test the MarkovClusterer
class.
- See also
www.cs.ucsb.edu/~xyan/classes/CS595D-2009winter/MCL_Presentation2.pdf ^ > runMain scalation.analytics.clusterer.MarkovClustererTest
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MarkovClustererTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val g: MatrixD
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val mg: MarkovClusterer
- val mt: MarkovClusterer
- val t: 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