Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Transformations/LogarithmicTransformation.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Transformations/LogarithmicTransformation.cs
r13368 r14711 9 9 10 10 namespace HeuristicLab.Problems.DataAnalysis { 11 [Storable Class("5FB34240-BA4F-4632-BE2C-F93B133530BA")]11 [StorableType("5FB34240-BA4F-4632-BE2C-F93B133530BA")] 12 12 [Item("Logarithmic Transformation", "f(x) = log(x, b) | Represents a logarithmic transformation.")] 13 13 public class LogarithmicTransformation : Transformation<double> {
Note: See TracChangeset
for help on using the changeset viewer.