Packages

o

apps.analytics

AutoMPG_Mat

object AutoMPG_Mat

The AutoMPG_Mat object stored the UCI AutoMPG dataset in a matrix.

See also

archive.ics.uci.edu/ml/datasets/Auto+MPG

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AutoMPG_Mat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val t: VectorD

    index for the data points

  2. val xy: MatrixD

    the combined data matrix 'xy'

  3. val xyi: MatrixD

    the combined data matrix 'xy' with a column of all ones prepended for intercept models