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
Ordering
- Alphabetic
- By Inheritance
Inherited
- CrimeWithCensusData
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Beat: Short
- val Community_Area: Byte
- val District: Byte
- val Domestic: Boolean
- val FBI_Code: Byte
- val HARDSHIP_INDEX: Short
- val IUCR: Short
- val Location_Description: String
- val PERCENT_AGED_16_UNEMPLOYED: Double
- val PERCENT_AGED_25_WITHOUT_HIGH_SCHOOL_DIPLOMA: Double
- val PERCENT_AGED_UNDER_18_OR_OVER_64: Double
- val PERCENT_HOUSEHOLDS_BELOW_POVERTY: Double
- val PERCENT_OF_HOUSING_CROWDED: Double
- val PER_CAPITA_INCOME: Int
- val Primary_Type: String
- val Ward: Byte
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val date: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()