object DB_SplineTest extends App
The DB_SplineTest
object is used to test the DB_Spline
class. Here, we
compute the penalty matrix for a ridge regression.
> runMain scalation.caculus.DB_SplineTest
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DB_SplineTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val dbs: DB_Spline
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val mM: Int
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val n: Int
- val ns: Int
- val t: VectorD
- val Σ: MatrixD
- val λ: Double
- val τ: 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