Example_AutoMPG

scalation.modeling.Example_AutoMPG

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

Attributes

See also

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

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val _1: VectorD
val ox: MatrixD
val ox_fname: Array[String]
val oxr: MatrixD

the origin column (6) is categorical

the origin column (6) is categorical

Attributes

val oxr_fname: Array[String]
val oxy: MatrixD
val x: MatrixD
val x046: MatrixD
val x046_fname: Array[String]
val x46: MatrixD
val x46_fname: Array[String]
val x_fname: Array[String]
val xr_fname: Array[String]

the names of the predictor variables; the name of response variable is mpg

the names of the predictor variables; the name of response variable is mpg

Attributes

val xy: MatrixD

the combined data matrix xy with the origin column (6) removed

the combined data matrix xy with the origin column (6) removed

Attributes

val xyr: MatrixD

the raw combined data matrix 'xyr'

the raw combined data matrix 'xyr'

Attributes

val y: VectorD
val yy: MatrixD