Changeset 10909 for branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/ReciprocalTransformation.cs
- Timestamp:
- 05/28/14 15:14:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/ReciprocalTransformation.cs
r10821 r10909 3 3 using System.Collections.Generic; 4 4 using System.Linq; 5 using System.Text;6 5 using HeuristicLab.Common; 7 6 using HeuristicLab.Core; 8 7 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 9 8 namespace HeuristicLab.Problems.DataAnalysis.Transformations { 10 [Item("Reciprocal Transformation", "f(x) = 1 / x | Represents a reciprocal transformation.")]9 [Item("Reciprocal Transformation", "f(x) = 1 / x | Represents a reciprocal transformation.")] 11 10 public class ReciprocalTransformation : Transformation<double> { 12 11
Note: See TracChangeset
for help on using the changeset viewer.