source:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/HistogramContent.cs
@
10244
Last change on this file since 10244 was 10242, checked in by psteiner, 11 years ago | |
---|---|
File size: 277 bytes |
Line | |
---|---|
1 | using HeuristicLab.Core; |
2 | using System; |
3 | using System.Collections.Generic; |
4 | using System.Linq; |
5 | using System.Text; |
6 | |
7 | namespace HeuristicLab.DataPreprocessing |
8 | { |
9 | [Item("HistogramContent", "Represents the histogram grid.")] |
10 | class HistogramContent : IItem |
11 | { |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.