Packages

case class CrimeWithCensusData(date: String, IUCR: Short, Primary_Type: String, Location_Description: String, Domestic: Boolean, Beat: Short, District: Byte, Ward: Byte, Community_Area: Byte, FBI_Code: Byte, PERCENT_AGED_UNDER_18_OR_OVER_64: Double, PER_CAPITA_INCOME: Int, HARDSHIP_INDEX: Short, PERCENT_OF_HOUSING_CROWDED: Double, PERCENT_HOUSEHOLDS_BELOW_POVERTY: Double, PERCENT_AGED_16_UNEMPLOYED: Double, PERCENT_AGED_25_WITHOUT_HIGH_SCHOOL_DIPLOMA: Double) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CrimeWithCensusData
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CrimeWithCensusData(date: String, IUCR: Short, Primary_Type: String, Location_Description: String, Domestic: Boolean, Beat: Short, District: Byte, Ward: Byte, Community_Area: Byte, FBI_Code: Byte, PERCENT_AGED_UNDER_18_OR_OVER_64: Double, PER_CAPITA_INCOME: Int, HARDSHIP_INDEX: Short, PERCENT_OF_HOUSING_CROWDED: Double, PERCENT_HOUSEHOLDS_BELOW_POVERTY: Double, PERCENT_AGED_16_UNEMPLOYED: Double, PERCENT_AGED_25_WITHOUT_HIGH_SCHOOL_DIPLOMA: Double)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Beat: Short
  5. val Community_Area: Byte
  6. val District: Byte
  7. val Domestic: Boolean
  8. val FBI_Code: Byte
  9. val HARDSHIP_INDEX: Short
  10. val IUCR: Short
  11. val Location_Description: String
  12. val PERCENT_AGED_16_UNEMPLOYED: Double
  13. val PERCENT_AGED_25_WITHOUT_HIGH_SCHOOL_DIPLOMA: Double
  14. val PERCENT_AGED_UNDER_18_OR_OVER_64: Double
  15. val PERCENT_HOUSEHOLDS_BELOW_POVERTY: Double
  16. val PERCENT_OF_HOUSING_CROWDED: Double
  17. val PER_CAPITA_INCOME: Int
  18. val Primary_Type: String
  19. val Ward: Byte
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. val date: String
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped