Changeset 10256 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingDataManipulation.cs
- Timestamp:
- 12/18/13 16:33:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingDataManipulation.cs
r10253 r10256 2 2 using System.Collections.Generic; 3 3 namespace HeuristicLab.DataPreprocessing { 4 interface IPreprocessingDataManipulation { 4 public interface IPreprocessingDataManipulation { 5 void reOrderToIndices(IEnumerable<int> indices); 5 6 void reOrderToIndices(IList<Tuple<int, int>> indices); 6 7 void ReplaceIndicesByAverageValue(string variableName, IEnumerable<int> indices);
Note: See TracChangeset
for help on using the changeset viewer.