source:
trunk/sources/HeuristicLab.DataAnalysis/IDatasetManipulator.cs
@
290
Last change on this file since 290 was 234, checked in by gkronber, 17 years ago | |
---|---|
File size: 241 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace HeuristicLab.DataAnalysis { |
7 | interface IDatasetManipulator { |
8 | string Action { get; } |
9 | void Execute(Dataset dataset); |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.