- Timestamp:
- 08/10/12 17:35:12 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca
- Files:
-
- 1 added
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/NcaModel.cs
r8466 r8471 22 22 using System.Collections.Generic; 23 23 using System.Linq; 24 using HeuristicLab.Algorithms.DataAnalysis;25 24 using HeuristicLab.Common; 26 25 using HeuristicLab.Core; … … 28 27 using HeuristicLab.Problems.DataAnalysis; 29 28 30 namespace HeuristicLab.Algorithms. NCA{29 namespace HeuristicLab.Algorithms.DataAnalysis { 31 30 [Item("NCA Model", "")] 32 31 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.