Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/02/09 13:17:14 (15 years ago)
Author:
gkronber
Message:
  • Removed "AutoRegressive" parameter for GP completely. User is responsible to set allowed features correctly (including the target variable for auto regression)
  • Setting allowed features correctly in the CEDMA dispatcher (this fixes the problem of incorrect input variables in SVM)

#683 (nu-SVR engine doesn't filter allowed features to remove the target variable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling/3.2/TimeSeriesProblemInjector.cs

    r1856 r2130  
    3939    public TimeSeriesProblemInjector()
    4040      : base() {
    41       AddVariableInfo(new Core.VariableInfo("Autoregressive", "Autoregressive modelling includes previous values of the target variable to predict future values.", typeof(BoolData), Core.VariableKind.New));
    42       GetVariableInfo("Autoregressive").Local = true;
    43       AddVariable(new Core.Variable("Autoregressive", new BoolData()));
    44 
    4541      AddVariableInfo(new Core.VariableInfo("MaxTimeOffset", "MaxTimeOffset", typeof(IntData), Core.VariableKind.New));
    4642      GetVariableInfo("MaxTimeOffset").Local = true;
Note: See TracChangeset for help on using the changeset viewer.