LinearRegressionProblem

ai.dragonfly.math.matrix.ml.supervized.regression.LinearRegressionProblem$
See theLinearRegressionProblem companion trait

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply[M <: Int, N <: Int](trainingData: SupervisedData[M, N])(using ValueOf[M], ValueOf[N]): LinearRegressionProblem[M, N]

Attributes

Source:
LinearRegression.scala