Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/HistogramContent.cs @ 10242

Last change on this file since 10242 was 10242, checked in by psteiner, 10 years ago

added Content Classes

File size: 277 bytes
Line 
1using HeuristicLab.Core;
2using System;
3using System.Collections.Generic;
4using System.Linq;
5using System.Text;
6
7namespace 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.