PredictorMV

scalation.modeling.neuralnet.PredictorMV
See thePredictorMV companion trait
object PredictorMV

The PredictorMV companion object provides a method for testing predictive models.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def test(mod: PredictorMV, ext: String, check: Boolean): Unit

Test (in-sample) by training and testing on the FULL dataset. Test (out-of-sample) by training on the TRAINING set and testing on the TESTING set.

Test (in-sample) by training and testing on the FULL dataset. Test (out-of-sample) by training on the TRAINING set and testing on the TESTING set.

Value parameters

check

whether to check the assertion that the in-sample and out-of-sample results are in rough agreement (e.g., at 20%)

ext

the model subtype extension (e.g., indicating the transformation function used)

mod

the model to be used

Attributes