- Timestamp:
- 05/14/14 15:42:35 (10 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/ITransformationMapper.cs
r10845 r10854 20 20 #endregion 21 21 22 23 22 using HeuristicLab.Problems.DataAnalysis.Transformations; 24 23 25 24 namespace HeuristicLab.Problems.DataAnalysis { 26 public interface ITransformationMapper< T> {25 public interface ITransformationMapper<out T> { 27 26 T GenerateModel(ITransformation transformation); 28 27 T GenerateInverseModel(ITransformation transformation);
Note: See TracChangeset
for help on using the changeset viewer.