org.nspl.data

Members list

Concise view

Type members

Classlikes

case class DataMatrix(rows: Array[Double], numCols: Int, numRows: Int) extends DataSource

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Basic trait of all data sources.

Basic trait of all data sources.

Represents an iterator of fixed size records (rows).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DataTable
case class DataTable(rows: Array[Double], numCols: Int) extends DataSourceWithQuantiles

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object HexBin

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HexBin.type
case class HistogramData(bins: Map[(Double, Double, Double), Double], minX: Double, maxX: Double, maxY: Double, n: Int, lastBinUpperBound: Double)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object KDE

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
KDE.type
trait MinMax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class MinMaxImpl(min: Double, max: Double) extends MinMax

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MinMax
class Object
trait Matchable
class Any
trait Row

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class VectorRow
case class VectorRow(values: Vector[Double], label: String) extends Row

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Row
class Object
trait Matchable
class Any
object VectorRow

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object contour

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
contour.type