object Regression4TSTest4 extends App
The Regression4TSTest4
object tests the Regression4TS
class using the AutoMPG
dataset. It illustrates using the Relation
class for reading the data
from a .csv file "auto-mpg.csv". Assumes no missing values.
It also combines feature selection with cross-validation and plots
R2, R2 Bar and R^2 cv vs. the instance index.
> runMain scalation.analytics.forecaster.Regression4TSTest4
- Alphabetic
- By Inheritance
- Regression4TSTest4
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val auto_tab: Relation
- val cols: Set[Int]
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val k: Int
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val n: Int
- val nt: Int
- val rSq: MatriD
- val rg4: Regression4TS
- val t: VectorD
- val x: MatriD
- val y: VectorD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear