SupervisedData

ai.dragonfly.math.matrix.ml.data.SupervisedData
trait SupervisedData[M <: Int, N <: Int] extends Data[M, N]

Attributes

Source:
Data.scala
Graph
Supertypes
trait Data[M, N]
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def Y: Matrix[M, 1]

Attributes

Source:
Data.scala

Attributes

Source:
Data.scala
def y: Vec[M]

Attributes

Source:
Data.scala

Concrete methods

Attributes

Source:
Data.scala

Inherited methods

def X: Matrix[M, N]

Attributes

Inherited from:
Data
Source:
Data.scala
def domainBias: Vec[N]

Attributes

Inherited from:
Data
Source:
Data.scala

Attributes

Inherited from:
Data
Source:
Data.scala
def example(i: Int): Vec[N]

Attributes

Inherited from:
Data
Source:
Data.scala
def sampleMean: Vec[N]

Attributes

Inherited from:
Data
Source:
Data.scala

Attributes

Inherited from:
Data
Source:
Data.scala

Attributes

Inherited from:
Data
Source:
Data.scala

Inherited fields

Attributes

Inherited from:
Data
Source:
Data.scala

Attributes

Inherited from:
Data
Source:
Data.scala