DataTable

org.nspl.data.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

Members list

Concise view

Value members

Concrete methods

def columnMinMax(i: Int): Option[MinMax]
def dimension: Int
def iterator: Iterator[Row]
def numRows: Int
def quantilesOfColumn(i: Int, qs: Vector[Double]): Vector[Double]

Inherited methods

def columnNames: Seq[String]

Attributes

Inherited from:
DataSource
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product