breeze.stats

regression

package regression

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. regression
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class LassoResult(coefficients: DenseVector[Double], rSquared: Double, lambda: Double) extends RegressionResult[DenseVector[Double], Double] with Product with Serializable

  2. case class LeastSquaresRegressionResult(coefficients: DenseVector[Double], rSquared: Double) extends RegressionResult[DenseVector[Double], Double] with Product with Serializable

  3. trait RegressionResult[T, U] extends (T) ⇒ U

Value Members

  1. object lasso extends UFunc

  2. object leastSquares extends UFunc

  3. object leastSquaresDestructive extends UFunc

Inherited from AnyRef

Inherited from Any

Ungrouped