Packages

t

scalation.analytics.forecaster

NoFeatureSelectionF

trait NoFeatureSelectionF extends AnyRef

The NoFeatureSelection trait is for modeling techniques that do not support feature selection (adding/remove variables from the model). For example, AR_1 only has one feature/predictor variable, so feature selection makes no sense for this modeling technique. Therefore the 'forwardSel' defined in ForecasterVec is set to throw an exception.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoFeatureSelectionF
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def forwardSel(cols: Set[Int], index_q: Int): (Int, ForecasterVec)