Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/05/09 11:41:32 (15 years ago)
Author:
gkronber
Message:

Deleted unused files in HL.CEDMA plugins. #712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Server/3.3/Problem.cs

    r2223 r2238  
    8686    }
    8787
    88     //private List<int> allowedInputVariables;
    89     //public List<int> AllowedInputVariables {
    90     //  get { return allowedInputVariables; }
    91     //}
    92 
    93     //private List<int> allowedTargetVariables;
    94     //public List<int> AllowedTargetVariables {
    95     //  get { return allowedTargetVariables; }
    96     //}
    97 
    9888    private bool autoRegressive;
    9989    public bool AutoRegressive {
     
    122112    public Problem()
    123113      : base() {
    124       //allowedInputVariables = new List<int>();
    125       //allowedTargetVariables = new List<int>();
    126114      Dataset = new HeuristicLab.DataAnalysis.Dataset();
    127115    }
Note: See TracChangeset for help on using the changeset viewer.