object Census extends App
The Census
object is a sample application that performs basic analytics on
census data.
FIX: must download the following file.
- See also
archive.ics.uci.edu/ml/machine-learning-databases/census1990-mld/ > runMain apps.analytics.Census
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Census
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val avgcompRatios: Double
- val censusMat: MatrixD
- val censusRleMat: RleMatrixD
- val compRatios: VectorD
- val denseTimeVec: VectorD
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val fName: String
- val itr: Int
- val jobDense: IndexedSeq[Int]
- val jobRle: IndexedSeq[Int]
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val rleTimeVec: RleVectorD
- val usBornDense: IndexedSeq[Int]
- val usBornRle: IndexedSeq[Int]
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