io.continuum.bokeh

sampledata

package sampledata

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. sampledata
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class AutoMPGData(index: List[Int], manufacturer: List[String], model: List[String], displ: List[Double], year: List[Int], cyl: List[Int], trans: List[String], drv: List[String], cls: List[String], cty: List[Double], hwy: List[Double]) extends Product with Serializable

  2. trait SampleData extends AnyRef

  3. case class USCountyData(name: String, state: USState, lats: List[Double], lons: List[Double]) extends Product with Serializable

  4. sealed trait USState extends EnumType

  5. case class USStateData(name: String, region: String, lats: List[Double], lons: List[Double]) extends Product with Serializable

Value Members

  1. object AutoMPG extends SampleData

  2. object SampleData

  3. object USCounties extends SampleData

  4. object USState extends Enum[USState]

  5. object USStates extends SampleData

  6. object Unemployment extends SampleData

  7. def autompg: AutoMPGData

  8. package daylight

  9. package iris

  10. def unemployment: Value

  11. def us_counties: Value

  12. def us_states: Value

Inherited from AnyRef

Inherited from Any

Ungrouped