VectorRow

case class VectorRow(values: Vector[Double], label: String) extends Row
Companion:
object
trait Serializable
trait Product
trait Equals
trait Row
class Object
trait Matchable
class Any

Value members

Concrete methods

def allColumns: Seq[Double]
def apply(i: Int): Double
def dimension: Int
def withLabel(s: String): VectorRow

Inherited methods

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