Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/10/12 17:35:12 (12 years ago)
Author:
abeham
Message:

#1913: integrated branch into trunk

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  
    2222using System.Collections.Generic;
    2323using System.Linq;
    24 using HeuristicLab.Algorithms.DataAnalysis;
    2524using HeuristicLab.Common;
    2625using HeuristicLab.Core;
     
    2827using HeuristicLab.Problems.DataAnalysis;
    2928
    30 namespace HeuristicLab.Algorithms.NCA {
     29namespace HeuristicLab.Algorithms.DataAnalysis {
    3130  [Item("NCA Model", "")]
    3231  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.