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