ai.dragonfly.math.matrix.ml.supervized.regression

Members list

Concise view

Type members

Classlikes

trait LinearRegression[M <: Int, N <: Int](using x$1: ValueOf[M], x$2: ValueOf[N])

Attributes

Source:
LinearRegression.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class LinearRegressionModel[N <: Int](A: Matrix[N, 1], mean: Vec[N], bias: Double, standardError: Double, : Double)

Attributes

`R²`

Coefficient of determination =

Source:
LinearRegressionModel.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
trait LinearRegressionProblem[M <: Int, N <: Int](using x$1: ValueOf[M], x$2: ValueOf[N])

Attributes

Companion:
object
Source:
LinearRegression.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
LinearRegression.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class LinearRegressionQR[M <: Int, N <: Int](using x$1: ValueOf[M], x$2: ValueOf[N]) extends LinearRegression[M, N]

Attributes

Source:
LinearRegressionQR.scala
Graph
Supertypes
trait LinearRegression[M, N]
class Object
trait Matchable
class Any
class LinearRegressionSVD[M <: Int, N <: Int](using x$1: ValueOf[M], x$2: ValueOf[N], x$3: M >= N =:= true) extends LinearRegression[M, N]

Attributes

Source:
LinearRegressionSVD.scala
Graph
Supertypes
trait LinearRegression[M, N]
class Object
trait Matchable
class Any