VectorRow

org.nspl.data.VectorRow
See theVectorRow companion object
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

Members list

Concise view

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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product