# # ChangeLog for branches/NCA/HeuristicLab.Algorithms.NCA.Views # # Generated by Trac 1.0.12 # 12/22/24 21:28:10 Wed, 08 Aug 2012 14:46:53 GMT abeham [8437] * branches/NCA/HeuristicLab.Algorithms.NCA.Tests/MatrixTest.cs (modified) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/HeuristicLab.Algorithms.NCA.Views-3.3.csproj (modified) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCADimensionReductionView.Designer.cs (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCADimensionReductionView.cs (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCADimensionReductionView.resx (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCADimensionalityReductionView.Designer.cs (deleted) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCADimensionalityReductionView.cs (deleted) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCADimensionalityReductionView.resx (deleted) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/Auxiliary.cs (added) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/HeuristicLab.Algorithms.NCA-3.3.csproj (modified) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/INCAClassificationSolution.cs (added) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/INCAModel.cs (modified) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/Initialization/RandomInitializer.cs (modified) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/Matrix.cs (modified) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/NCA.cs (deleted) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/NCAClassificationSolution.cs (modified) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/NCAModel.cs (modified) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/NeighborhoodComponentsAnalysis.cs (modified) * branches/NCA/NCA.sln (modified) #1913: * Improved speed of NCA * Reorganized things Tue, 07 Aug 2012 14:49:51 GMT abeham [8427] * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3 (modified) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/HeuristicLab.Algorithms.NCA.Views-3.3.csproj (modified) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCADimensionalityReductionView.Designer.cs (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCADimensionalityReductionView.cs (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCADimensionalityReductionView.resx (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCAModelView.Designer.cs (deleted) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCAModelView.cs (deleted) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCAModelView.resx (deleted) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/INCAModel.cs (modified) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/NCA.cs (modified) #1913: * Updated view * Cloned ProblemData for solution Mon, 06 Aug 2012 22:42:33 GMT abeham [8420] * branches/NCA (modified) * branches/NCA/HeuristicLab.Algorithms.NCA.Views (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3 (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/HeuristicLab.Algorithms.NCA.Views-3.3.csproj (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/HeuristicLab.snk (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCAModelView.Designer.cs (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCAModelView.cs (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCAModelView.resx (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/Plugin.cs.frame (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/Properties (added) * branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3 (modified) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/HeuristicLab.Algorithms.NCA-3.3.csproj (modified) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/HeuristicLab.Algorithms.NCA-3.3.csproj.user (deleted) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/Matrix.cs (added) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/NCAModel.cs (modified) * branches/NCA/HeuristicLab.Algorithms.NCA/3.3/NeighborhoodComponentsAnalysis.cs (modified) * branches/NCA/NCA.sln (modified) * branches/NCA/PreBuildEvent.cmd (added) #1913: * Worked on NCA * Added scatter plot view for the model to ...