DataTable

case class DataTable(rows: Array[Double], numCols: Int) extends DataSourceWithQuantiles
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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]
Inherited from:
DataSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product