Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Transformations/PowerTransformation.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/PowerTransformation.cs
r13368 r14711 9 9 10 10 namespace HeuristicLab.Problems.DataAnalysis { 11 [Storable Class("3752B0C3-B7DB-4AA8-93D4-5490218B5ECB")]11 [StorableType("3752B0C3-B7DB-4AA8-93D4-5490218B5ECB")] 12 12 [Item("Power Transformation", "f(x) = x ^ exp | Represents a power transformation.")] 13 13 public class PowerTransformation : Transformation<double> {
Note: See TracChangeset
for help on using the changeset viewer.