- Timestamp:
- 08/06/12 15:02:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Linear/Scaling.cs
r8323 r8416 30 30 namespace HeuristicLab.Algorithms.DataAnalysis { 31 31 [StorableClass] 32 [Item(Name = "Scaling", Description = "Contains information about scaling of variables for data-analysis algorithms.")] 32 33 public class Scaling : Item { 33 34 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.