Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/07/12 16:49:51 (12 years ago)
Author:
abeham
Message:

#1913:

  • Updated view
  • Cloned ProblemData for solution
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NCA/HeuristicLab.Algorithms.NCA/3.3/NCA.cs

    r8425 r8427  
    8888
    8989    protected override void Run() {
    90       var classification = NeighborhoodComponentsAnalysis.CreateNCASolution(Problem.ProblemData, K.Value, ReduceDimensions.Value, InitializationParameter.Value);
     90      var classification = NeighborhoodComponentsAnalysis.CreateNCASolution((IClassificationProblemData)Problem.ProblemData.Clone(), K.Value, ReduceDimensions.Value, InitializationParameter.Value);
    9191      Results.Add(new Result("ClassificationSolution", "The classification solution.", classification));
    9292    }
Note: See TracChangeset for help on using the changeset viewer.