Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/13 12:59:23 (10 years ago)
Author:
sbreuer
Message:
  • removed unneccesary namespace distinctions
  • moved statisticInfo to implementations folder
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs

    r10181 r10182  
    2424using System.Collections.Generic;
    2525using HeuristicLab.Core;
    26 using HeuristicLab.DataPreprocessing.Interfaces;
     26using HeuristicLab.DataPreprocessing;
    2727using HeuristicLab.Problems.DataAnalysis;
    2828
    29 namespace HeuristicLab.DataPreprocessing.Implementation {
     29namespace HeuristicLab.DataPreprocessing {
    3030  [Item("PreprocessingData", "Represents data used for preprocessing.")]
    3131  public class PreprocessingData : NamedItem, IPreprocessingData {
Note: See TracChangeset for help on using the changeset viewer.