DataMatrix

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

Value members

Concrete methods

def columnMinMax(i: Int): Option[MinMax]
def iterator: Iterator[Row]

Inherited methods

def columnNames: Seq[String]
Inherited from:
DataSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val dimension: Int