Changeset 10932 for branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.4/LogarithmicTransformation.cs
- Timestamp:
- 06/04/14 11:16:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Transformations/3.4/LogarithmicTransformation.cs
r10909 r10932 20 20 21 21 #region properties 22 public override string ShortName { 23 get { return "Log"; } 24 } 22 25 public double Base { 23 26 get { return BaseParameter.Value.Value; }
Note: See TracChangeset
for help on using the changeset viewer.