Trait

org.nspl.data

DataAdaptors

Related Doc: package data

Permalink

trait DataAdaptors extends DataTuples

Linear Supertypes
DataTuples, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataAdaptors
  2. DataTuples
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def boxplotData(dim1: Seq[Double], dim2: Seq[Double], quantiles: Seq[Double], colors: Vector[Double]): DataSource

    Permalink
  6. def boxplotData(s: DataSourceWithQuantiles, x: Vector[Double], colors: Vector[Double], labels: Vector[String]): DataSource

    Permalink
  7. def boxplotData(s: DataSourceWithQuantiles): DataSource

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def dataSource[T](s1: Iterator[T], s2: Iterator[T])(implicit f: (T) ⇒ Row): DataSource

    Permalink

    Need to iterate twice on the data: once for the bounds to get the axis right, once for the plot

  10. def dataSource[T](s1: Iterator[T], minmax: IndexedSeq[MinMax])(implicit f: (T) ⇒ Row): DataSource

    Permalink
  11. def dataSourceFrom1DSeq(vec: Seq[Double]): DataTable

    Permalink
  12. implicit def dataSourceFromRows[T](s: Seq[T])(implicit f: (T) ⇒ Row): DataSourceWithQuantiles

    Permalink
  13. def density(data: IndexedSeq[Double], bandwidth: Double = 0.0, n: Int = 50): DataSourceWithQuantiles

    Permalink
  14. def density2d(data: IndexedSeq[(Double, Double)], bandwidth1: Double = 0.0, bandwidth2: Double = 0.0, n: Int = 50, levels: Int = 10): (DataSourceWithQuantiles, DataRenderer { def asLegend: Some[org.nspl.LineLegend] })

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. implicit def histogram(h: HistogramData): DataSource

    Permalink
  21. implicit def indexed(s: Seq[Double]): DataSourceWithQuantiles

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def linesegments(data: Seq[(Double, Seq[((Double, Double), (Double, Double))])]): (DataSourceWithQuantiles, DataRenderer { def asLegend: Some[org.nspl.LineLegend] })

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  28. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  29. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  30. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  31. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  32. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  33. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  34. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  35. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  36. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  37. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  38. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  39. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  40. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  41. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  42. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  43. implicit def productsToRow(t: (Double, Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  44. implicit def productsToRow(t: (Double, Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  45. implicit def productsToRow(t: (Double, Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  46. implicit def productsToRow(t: (Double, Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  47. implicit def productsToRow(t: (Double, Double)): Row

    Permalink
    Definition Classes
    DataTuples
  48. implicit def productsToRow(t: (Double)): Row

    Permalink
    Definition Classes
    DataTuples
  49. def rasterFromSeq(s1: Seq[Double], numCols: Int, numRows: Int): DataSource

    Permalink
  50. def rasterFromStream(s1: Iterator[Double], numCols: Int, numRows: Int, minmax: MinMax): DataSource

    Permalink
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  52. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. implicit def zipped2(vec1: (Seq[Double], Seq[Double])): DataSourceWithQuantiles

    Permalink
  57. implicit def zipped3(vec1: (Seq[Double], Seq[Double], Seq[Double])): DataSourceWithQuantiles

    Permalink

Inherited from DataTuples

Inherited from AnyRef

Inherited from Any

Ungrouped