LeastSquaresRegressionResult

case class LeastSquaresRegressionResult(coefficients: DenseVector[Double], rSquared: Double) extends RegressionResult[DenseVector[Double], Double]
trait Serializable
trait Product
trait Equals
trait RegressionResult[DenseVector[Double], Double]
trait DenseVector[Double] => Double
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(x: DenseVector[Double]): Double
def apply(X: DenseMatrix[Double]): DenseVector[Double]

Inherited methods

@unspecialized
def andThen[A](g: Double => A): DenseVector[Double] => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => DenseVector[Double]): A => Double
Inherited from
Function1
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1