Packages

o

scalation.analytics

ExampleAutoMPG

object ExampleAutoMPG

The ExampleAutoMPG 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. ExampleAutoMPG
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val _1: VectorD

    vector of all ones

  2. val fname: Array[String]
  3. val fnamer: Array[String]

    the names of the predictor variables and the response variable at the end

  4. val ox: MatriD

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

  5. val oxy: MatrixD

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

  6. val t: VectorD

    index for the data points (instances)

  7. val x: MatriD

    the separation of the combine data matrix 'xy' into a data/input matrix 'x' and a response/output vector 'y'

  8. val xy: MatrixD
  9. val xyr: MatrixD

    the raw combined data matrix 'xyr'

  10. val y: VectoD

    the separation of the combine data matrix 'xy' into a data/input matrix 'x' and a response/output vector 'y'