Changeset 10784
- Timestamp:
- 04/23/14 15:41:35 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/HeuristicLab.Problems.DataAnalysis.Transformations-3.3.csproj
r10782 r10784 48 48 <ItemGroup> 49 49 <Compile Include="CopyColumnTransformation.cs" /> 50 <Compile Include="DeviationTransformation.cs" /> 50 51 <Compile Include="ExponentiationTransformation.cs" /> 51 52 <Compile Include="ExponentialTransformation.cs" /> -
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.3/ReciprocalTransformation.cs
r10781 r10784 10 10 public class ReciprocalTransformation : Transformation<double> { 11 11 12 //TODO: is a special case of Linear 12 13 [StorableConstructor] 13 14 protected ReciprocalTransformation(bool deserializing) : base(deserializing) { }
Note: See TracChangeset
for help on using the changeset viewer.