source:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/TransformationLogic.cs
@
10244
Last change on this file since 10244 was 10244, checked in by psteiner, 11 years ago | |
---|---|
File size: 228 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace HeuristicLab.DataPreprocessing.Implementations |
7 | { |
8 | public class TransformationLogic : ITransformationLogic |
9 | { |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.