SimpleLabeledVector

slash.stats.SimpleLabeledVector
case class SimpleLabeledVector[N <: Int](label: Double, vector: Vec[N]) extends LabeledVec[N]

Attributes

Source
LabeledVec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LabeledVec[N]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
LabeledVec.scala

Inherited methods

def `f(x)`: Double

Attributes

Inherited from:
LabeledVec
Source
LabeledVec.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def x: Vec[N]

Attributes

Inherited from:
LabeledVec
Source
LabeledVec.scala
def y: Double

Attributes

Inherited from:
LabeledVec
Source
LabeledVec.scala