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