Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8420 for branches/NCA/NCA.sln


Ignore:
Timestamp:
08/07/12 00:42:33 (12 years ago)
Author:
abeham
Message:

#1913:

  • Worked on NCA
  • Added scatter plot view for the model to show training data when it is reduced to two dimensions

It works, but I don't think it works correctly yet. I have randomized the initial matrix, because the starting point influences the achievable quality quite a bit.

Location:
branches/NCA
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/NCA

    • Property svn:ignore set to
      *.suo
  • branches/NCA/NCA.sln

    r8412 r8420  
    44Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.NCA-3.3", "HeuristicLab.Algorithms.NCA\3.3\HeuristicLab.Algorithms.NCA-3.3.csproj", "{FD81A5D6-051D-4BD1-B2D8-668A820FAD6E}"
    55EndProject
     6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.NCA.Views-3.3", "HeuristicLab.Algorithms.NCA.Views\3.3\HeuristicLab.Algorithms.NCA.Views-3.3.csproj", "{07654A26-5964-4079-B023-5548B1EB1D1E}"
     7EndProject
     8Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{30CDFA65-3AD8-42A4-801E-0F785CE9DF16}"
     9  ProjectSection(SolutionItems) = preProject
     10    PreBuildEvent.cmd = PreBuildEvent.cmd
     11  EndProjectSection
     12EndProject
    613Global
    714  GlobalSection(SolutionConfigurationPlatforms) = preSolution
    815    Debug|Any CPU = Debug|Any CPU
     16    Debug|x64 = Debug|x64
     17    Debug|x86 = Debug|x86
    918    Release|Any CPU = Release|Any CPU
     19    Release|x64 = Release|x64
     20    Release|x86 = Release|x86
    1021  EndGlobalSection
    1122  GlobalSection(ProjectConfigurationPlatforms) = postSolution
    1223    {FD81A5D6-051D-4BD1-B2D8-668A820FAD6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    1324    {FD81A5D6-051D-4BD1-B2D8-668A820FAD6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
     25    {FD81A5D6-051D-4BD1-B2D8-668A820FAD6E}.Debug|x64.ActiveCfg = Debug|Any CPU
     26    {FD81A5D6-051D-4BD1-B2D8-668A820FAD6E}.Debug|x86.ActiveCfg = Debug|Any CPU
    1427    {FD81A5D6-051D-4BD1-B2D8-668A820FAD6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
    1528    {FD81A5D6-051D-4BD1-B2D8-668A820FAD6E}.Release|Any CPU.Build.0 = Release|Any CPU
     29    {FD81A5D6-051D-4BD1-B2D8-668A820FAD6E}.Release|x64.ActiveCfg = Release|Any CPU
     30    {FD81A5D6-051D-4BD1-B2D8-668A820FAD6E}.Release|x86.ActiveCfg = Release|Any CPU
     31    {07654A26-5964-4079-B023-5548B1EB1D1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     32    {07654A26-5964-4079-B023-5548B1EB1D1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
     33    {07654A26-5964-4079-B023-5548B1EB1D1E}.Debug|x64.ActiveCfg = Debug|x64
     34    {07654A26-5964-4079-B023-5548B1EB1D1E}.Debug|x64.Build.0 = Debug|x64
     35    {07654A26-5964-4079-B023-5548B1EB1D1E}.Debug|x86.ActiveCfg = Debug|x86
     36    {07654A26-5964-4079-B023-5548B1EB1D1E}.Debug|x86.Build.0 = Debug|x86
     37    {07654A26-5964-4079-B023-5548B1EB1D1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
     38    {07654A26-5964-4079-B023-5548B1EB1D1E}.Release|Any CPU.Build.0 = Release|Any CPU
     39    {07654A26-5964-4079-B023-5548B1EB1D1E}.Release|x64.ActiveCfg = Release|x64
     40    {07654A26-5964-4079-B023-5548B1EB1D1E}.Release|x64.Build.0 = Release|x64
     41    {07654A26-5964-4079-B023-5548B1EB1D1E}.Release|x86.ActiveCfg = Release|x86
     42    {07654A26-5964-4079-B023-5548B1EB1D1E}.Release|x86.Build.0 = Release|x86
    1643  EndGlobalSection
    1744  GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.